MCPcopy Create free account
hub / github.com/akalin/gopar / testDecoderDelegate

Struct testDecoderDelegate

par1/decoder_test.go:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40type testDecoderDelegate struct {
41 t *testing.T
42}
43
44func (d testDecoderDelegate) OnHeaderLoad(headerInfo string) {
45 d.t.Helper()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected