MCPcopy Create free account
hub / github.com/francoispqt/gojay / testEncodingObjInterfaces

Struct testEncodingObjInterfaces

encode_object_test.go:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71type testEncodingObjInterfaces struct {
72 interfaceVal interface{}
73}
74
75func (t *testEncodingObjInterfaces) IsNil() bool {
76 return t == nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected