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

Function value

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

Source from the content-addressed store, hash-verified

34}
35
36func value(v string, depth, index int) token {
37 return token{
38 value: RawValue(v),
39 depth: depth,
40 index: index,
41 }
42}
43
44func tokenize(t *testing.T, b []byte) (tokens []token) {
45 tok := NewTokenizer(b)

Callers 1

TestTokenizerFunction · 0.85

Calls 1

RawValueTypeAlias · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…