MCPcopy Index your code
hub / github.com/celer-pkg/celer / fakeContext

Struct fakeContext

cmds/cmd_test.go:17–17  ·  view source on GitHub ↗

fakeContext is a minimal context.Context implementation for testing.

Source from the content-addressed store, hash-verified

15
16// fakeContext is a minimal context.Context implementation for testing.
17type fakeContext struct{}
18
19func (f fakeContext) Version() string { return "test" }
20func (f fakeContext) Platform() context.Platform { return nil }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected