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

Struct AnyComponentWithInitializer

component/component_test.go:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73type AnyComponentWithInitializer struct {
74 mock *mock.Mock
75}
76
77func NewAnyComponentWithInitializer(mock *mock.Mock) *AnyComponentWithInitializer {
78 return &AnyComponentWithInitializer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected