MCPcopy Create free account
hub / github.com/segmentio/encoding / key

Function key

json/token_test.go:27–34  ·  view source on GitHub ↗
(v string, depth, index int)

Source from the content-addressed store, hash-verified

25}
26
27func key(v string, depth, index int) token {
28 return token{
29 value: RawValue(v),
30 depth: depth,
31 index: index,
32 isKey: true,
33 }
34}
35
36func value(v string, depth, index int) token {
37 return token{

Callers 1

TestTokenizerFunction · 0.70

Calls 1

RawValueTypeAlias · 0.70

Tested by

no test coverage detected