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

Function newLogFFRecord

tests/ff_test.go:46–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func newLogFFRecord() *FFRecord {
47 return &FFRecord{
48 OriginID: 11,
49 Method: "POST",
50 }
51}
52
53func BenchmarkMarshalJSON(b *testing.B) {
54 record := newLogRecord()

Callers 9

BenchmarkSimpleUnmarshalFunction · 0.85
TestMarshalFasterFunction · 0.85
TestMarshalEncoderFunction · 0.85
TestMarshalEncoderErrorFunction · 0.85
TestUnmarshalFasterFunction · 0.85
TestSimpleUnmarshalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…