MCPcopy Create free account
hub / github.com/pquerna/ffjson / TestNoDecoder

Function TestNoDecoder

tests/ff_test.go:759–764  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

757}
758
759func TestNoDecoder(t *testing.T) {
760 var test interface{} = &NoDecoder{}
761 if _, ok := test.(unmarshalFaster); ok {
762 require.FailNow(t, "NoDecoder should not have a UnmarshalJSONFFLexer")
763 }
764}
765
766func TestNoEncoder(t *testing.T) {
767 var test interface{} = &NoEncoder{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…