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

FuncType ArrayValueHandlerFunc

rjson.go:33–33  ·  view source on GitHub ↗

ArrayValueHandlerFunc is a function that implements ArrayValueHandler

func(data []byte) (p int, err error)

Source from the content-addressed store, hash-verified

31
32// ArrayValueHandlerFunc is a function that implements ArrayValueHandler
33type ArrayValueHandlerFunc func(data []byte) (p int, err error)
34
35// HandleArrayValue implements ArrayValueHandler.HandleArrayValue
36func (fn ArrayValueHandlerFunc) HandleArrayValue(data []byte) (int, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…