Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/livebud/bud
/ Name
Method
Name
package/parser/function.go:31–33 ·
view source on GitHub ↗
Name of the function
()
Source
from the content-addressed store, hash-verified
29
30
// Name of the function
31
func
(fn *Function) Name() string {
32
return
fn.node.Name.Name
33
}
34
35
// Receiver returns the receiver field, if any
36
func
(fn *Function) Receiver() *Receiver {
Callers
1
Signature
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected