MCPcopy
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
474type StructType struct {
475 f filer
476 n *ast.StructType
477}
478
479var _ Type = (*StructType)(nil)
480

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected