MCPcopy Create free account
hub / github.com/crossoverJie/gscript / I

Interface I

byte_test.go:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178type I interface {
179 I() string
180}
181type M struct {
182 name string
183}

Callers

nothing calls this directly

Implementers 1

Mbyte_test.go

Calls

no outgoing calls

Tested by

no test coverage detected