Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
func
(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
ParseArgs
Method · 0.80
Call
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected