MCPcopy
hub / github.com/inngest/inngest / fakeFunctionStore

Struct fakeFunctionStore

pkg/devserver/agentic_api_adapters_test.go:387–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387type fakeFunctionStore struct {
388 fns []*cqrs.Function
389 fnByID map[uuid.UUID]*cqrs.Function
390 app *cqrs.App
391 err error
392 functionOpts *cqrs.GetFunctionsByAppOpts
393}
394
395func (f *fakeFunctionStore) GetFunctions(ctx context.Context) ([]*cqrs.Function, error) {
396 return f.fns, f.err

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected