MCPcopy Create free account
hub / github.com/cloudwan/gohan / namespace

Method namespace

schema/manager.go:250–253  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

248}
249
250func (manager *Manager) namespace(name string) (*Namespace, bool) {
251 namespace, ok := manager.namespaces[name]
252 return namespace, ok
253}
254
255//Namespaces gets namespaces from manager
256func (manager *Manager) Namespaces() map[string]*Namespace {

Callers 3

registerSchemaMethod · 0.95
registerNamespaceMethod · 0.95
NamespaceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected