MCPcopy
hub / github.com/lxn/walk / App

Function App

application.go:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46var appSingleton *Application = new(Application)
47
48func App() *Application {
49 return appSingleton
50}
51
52func (app *Application) OrganizationName() string {
53 app.mutex.RLock()

Callers 7

PublishMethod · 0.85
ReadStateMethod · 0.85
WriteStateMethod · 0.85
defaultWndProcFunction · 0.85
FilePathMethod · 0.85
ShowMethod · 0.85
closeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected