MCPcopy Create free account
hub / github.com/blues/note / encoderFunc

FuncType encoderFunc

jsonxt/encode.go:345–345  ·  view source on GitHub ↗
func(e *encodeState, v reflect.Value, opts encOpts)

Source from the content-addressed store, hash-verified

343}
344
345type encoderFunc func(e *encodeState, v reflect.Value, opts encOpts)
346
347var encoderCache sync.Map // map[reflect.Type]encoderFunc
348

Callers 1

typeEncoderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected