MCPcopy 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
31func (fn *Function) Name() string {
32 return fn.node.Name.Name
33}
34
35// Receiver returns the receiver field, if any
36func (fn *Function) Receiver() *Receiver {

Callers 1

SignatureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected