Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
36
func
(stct *Struct) Name() string {
37
return
stct.ts.Name.Name
38
}
39
40
func
(stct *Struct) Kind() Kind {
41
return
KindStruct
Callers
3
FieldAt
Method · 0.95
Methods
Method · 0.95
PublicMethods
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected