MCPcopy Create free account
hub / github.com/buger/jsonparser / wildcardAliasObservation

Struct wildcardAliasObservation

aliases_test.go:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type wildcardAliasObservation struct {
24 index int
25 value string
26 dataType ValueType
27 offset int
28 err string
29}
30
31func aliasErrorString(err error) string {
32 if err == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected