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

Method HandleArrayValue

testutil.go:35–41  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

33}
34
35func (h *nCallArrayValueHandler) HandleArrayValue(data []byte) (p int, err error) {
36 h.callCount++
37 if h.callCount == h.n {
38 return h.handler.HandleArrayValue(data)
39 }
40 return 0, nil
41}
42
43func stdLibCompatibleValue(rjsonVal interface{}) interface{} {
44 switch v := rjsonVal.(type) {

Callers 1

fuzzHandleObjectValuesFunction · 0.95

Calls 1

HandleArrayValueMethod · 0.65

Tested by

no test coverage detected