Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/livebud/bud
/ StructType
Struct
StructType
package/parser/type.go:474–477 ·
view source on GitHub ↗
StructType struct
Source
from the content-addressed store, hash-verified
472
473
// StructType struct
474
type
StructType
struct
{
475
f filer
476
n *ast.StructType
477
}
478
479
var
_ Type = (*StructType)(nil)
480
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected