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

Struct nCallArrayValueHandler

testutil.go:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29type nCallArrayValueHandler struct {
30 handler ArrayValueHandler
31 callCount int
32 n int
33}
34
35func (h *nCallArrayValueHandler) HandleArrayValue(data []byte) (p int, err error) {
36 h.callCount++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected