MCPcopy Index your code
hub / github.com/wailsapp/wails / FullName

Method FullName

v2/internal/binding/boundMethod.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func (p *BoundedMethodPath) FullName() string {
16 return fmt.Sprintf("%s.%s.%s", p.Package, p.Struct, p.Name)
17}
18
19// BoundMethod defines all the data related to a Go method that is
20// bound to the Wails application

Callers 2

ParseArgsMethod · 0.80
CallMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected