| 112 | } |
| 113 | |
| 114 | type MarshalerFaster interface { |
| 115 | MarshalJSONBuf(buf fflib.EncodingBuffer) error |
| 116 | } |
| 117 | |
| 118 | type UnmarshalFaster interface { |
| 119 | UnmarshalJSONFFLexer(l *fflib.FFLexer, state fflib.FFParseState) error |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…