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

Struct AnyPreProcessor

component/container_test.go:184–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184type AnyPreProcessor struct {
185 mock.Mock
186}
187
188func (a *AnyPreProcessor) ProcessBeforeInit(ctx context.Context, instance any) (any, error) {
189 result := a.Called(ctx, instance)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected