MCPcopy Index your code
hub / github.com/livebud/bud / Name

Method Name

package/parser/struct.go:36–38  ·  view source on GitHub ↗

Name of the struct

()

Source from the content-addressed store, hash-verified

34
35// Name of the struct
36func (stct *Struct) Name() string {
37 return stct.ts.Name.Name
38}
39
40func (stct *Struct) Kind() Kind {
41 return KindStruct

Callers 3

FieldAtMethod · 0.95
MethodsMethod · 0.95
PublicMethodsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected