MCPcopy Create free account
hub / github.com/WillAbides/rjson / HandleArrayValue

Method HandleArrayValue

rjson.go:29–29  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

27// ArrayValueHandler is a handler for values in a json array
28type ArrayValueHandler interface {
29 HandleArrayValue(data []byte) (p int, err error)
30}
31
32// ArrayValueHandlerFunc is a function that implements ArrayValueHandler

Callers 2

HandleArrayValueMethod · 0.65
handleArrayValuesFunction · 0.65

Implementers 2

ValueReadercomplex_readers.go

Calls

no outgoing calls

Tested by

no test coverage detected