MCPcopy
hub / github.com/Wei-Shaw/sub2api / bmRepoStub

Struct bmRepoStub

backend/internal/service/setting_service_backend_mode_test.go:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type bmRepoStub struct {
16 getValueFn func(ctx context.Context, key string) (string, error)
17 calls int
18}
19
20func (s *bmRepoStub) Get(ctx context.Context, key string) (*Setting, error) {
21 panic("unexpected Get call")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected