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

Struct keyValueEntry

parser_test.go:1752–1756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1750}
1751
1752type keyValueEntry struct {
1753 key string
1754 value string
1755 valueType ValueType
1756}
1757
1758// Test helper for SYS-REQ-007.
1759func (kv keyValueEntry) String() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected