Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
510
type
InterfaceType
struct
{
511
f filer
512
n *ast.InterfaceType
513
}
514
515
var
_ Type = (*InterfaceType)(nil)
516
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected