MCPcopy
hub / github.com/pquerna/ffjson / Write

Method Write

tests/ff_test.go:110–112  ·  view source on GitHub ↗
(buf []byte)

Source from the content-addressed store, hash-verified

108type NopWriter struct{}
109
110func (*NopWriter) Write(buf []byte) (int, error) {
111 return len(buf), nil
112}
113
114func BenchmarkMarshalJSONNativeReuse(b *testing.B) {
115 record := newLogFFRecord()

Callers 2

testSameMarshalFunction · 0.45
testCycleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected