Documentation ¶
Overview ¶
Package keys implements orderedcode encodings for Kythe types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Append ¶
Append appends the encoded representations of items to the key buffer.
In addition to the types supported by the orderedcode library, the following Kythe types can be handled:
- *spb.VName
- int32/int
- bool
More detail at: https://godoc.org/github.com/google/orderedcode#Append
func Parse ¶
Parse parses the next len(items) from the encoded key.
In addition to the types supported by the orderedcode library, the following Kythe types can be handled:
- *spb.VName
- int32/int
- bool
More detail at: https://godoc.org/github.com/google/orderedcode#Parse
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.