MCPcopy Create free account
hub / github.com/codnect/procyon / Scope

Method Scope

component/scope.go:42–42  ·  view source on GitHub ↗

Scope retrieves the scope associated with the given name. Returns the scope and a boolean indicating its existence.

(name string)

Source from the content-addressed store, hash-verified

40 // Scope retrieves the scope associated with the given name.
41 // Returns the scope and a boolean indicating its existence.
42 Scope(name string) (Scope, bool)
43}

Callers 3

TestRegisterFunction · 0.65
TestMakeDefinitionFunction · 0.65
ResolveMethod · 0.65

Implementers 2

AnyContainercomponent/container_test.go
DefaultContainercomponent/container.go

Calls

no outgoing calls

Tested by 2

TestRegisterFunction · 0.52
TestMakeDefinitionFunction · 0.52