MCPcopy Create free account
hub / github.com/blues/note / String

Method String

jsonxt/stream.go:354–356  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

352type Delim rune
353
354func (d Delim) String() string {
355 return string(d)
356}
357
358// Token returns the next JSON token in the input stream.
359// At the end of the input stream, Token returns nil, io.EOF.

Callers 5

ErrorMethod · 0.45
ErrorMethod · 0.45
stringEncoderFunction · 0.45
resolveMethod · 0.45
typeFieldsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected