MCPcopy
hub / github.com/gopherjs/gopherjs / I

Interface I

tests/misc_test.go:738–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736 }
737 }()
738 type I interface {
739 Get() int
740 }
741 e := (any)(0)
742 _ = e.(I)
743}

Callers 8

getJsTagFunction · 0.65
TestInstanceMapFunction · 0.65
TestNilInstanceMapFunction · 0.65
FuncInfoMethod · 0.65
callToNamedFuncMethod · 0.65
IndexByteFunction · 0.65
alignedFunction · 0.65
wordsFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected