Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codnect/procyon
/ AnyContainer
Struct
AnyContainer
component/container_test.go:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
)
27
28
type
AnyContainer
struct
{
29
mock.Mock
30
}
31
32
func
(a *AnyContainer) RegisterDefinition(def *Definition) error {
33
result := a.Called(def)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected