MCPcopy Create free account
hub / github.com/dim-an/cod / applicationImpl

Struct applicationImpl

application.go:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32type applicationImpl struct {
33 configuration *server.Configuration
34 client *server.Client
35}
36
37func (a *applicationImpl) Config() *server.Configuration {
38 if a.configuration == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected