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

Function delim

json/token_test.go:18–25  ·  view source on GitHub ↗
(s string, depth, index int)

Source from the content-addressed store, hash-verified

16}
17
18func delim(s string, depth, index int) token {
19 return token{
20 delim: Delim(s[0]),
21 value: RawValue(s),
22 depth: depth,
23 index: index,
24 }
25}
26
27func key(v string, depth, index int) token {
28 return token{

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…