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

Struct AnyPostProcessor

component/container_test.go:198–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198type AnyPostProcessor struct {
199 mock.Mock
200}
201
202func (a *AnyPostProcessor) ProcessAfterInit(ctx context.Context, instance any) (any, error) {
203 result := a.Called(ctx, instance)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected