MCPcopy
hub / github.com/larksuite/cli / newFakeAppStorage

Function newFakeAppStorage

shortcuts/apps/gitcred/gitcred_test.go:139–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

137}
138
139func newFakeAppStorage() *fakeAppStorage {
140 return &fakeAppStorage{values: map[string][]byte{}}
141}
142
143func (s *fakeAppStorage) Read(appID, key string) ([]byte, error) {
144 if s.err != nil {

Calls

no outgoing calls

Tested by

no test coverage detected