MCPcopy
hub / github.com/livebud/bud / InterfaceType

Struct InterfaceType

package/parser/type.go:510–513  ·  view source on GitHub ↗

InterfaceType struct

Source from the content-addressed store, hash-verified

508
509// InterfaceType struct
510type InterfaceType struct {
511 f filer
512 n *ast.InterfaceType
513}
514
515var _ Type = (*InterfaceType)(nil)
516

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected