MCPcopy Index your code
hub / github.com/pquerna/ffjson / newLogRecord

Function newLogRecord

tests/ff_test.go:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37var outputFileOnError = false
38
39func newLogRecord() *Record {
40 return &Record{
41 OriginID: 11,
42 Method: "POST",
43 }
44}
45
46func newLogFFRecord() *FFRecord {
47 return &FFRecord{

Callers 5

BenchmarkMarshalJSONFunction · 0.85
TestMarshalFasterFunction · 0.85
TestMarshalEncoderErrorFunction · 0.85
TestUnmarshalFasterFunction · 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…