MCPcopy
hub / github.com/pquerna/ffjson / buildTokens

Function buildTokens

inception/decoder.go:297–303  ·  view source on GitHub ↗
(containsOptional bool, optional string, required ...string)

Source from the content-addressed store, hash-verified

295}
296
297func buildTokens(containsOptional bool, optional string, required ...string) []string {
298 if containsOptional {
299 return append(required, optional)
300 }
301
302 return required
303}
304
305func unquoteField(quoted bool) string {
306 // The outer quote of a string is already stripped out by

Callers 1

handleFieldAddrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…