MCPcopy
hub / github.com/eggjs/egg / get

Method get

test/index.test-d.ts:216–218  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

214
215class Redis {
216 get(key: string) {
217 return key;
218 }
219}
220const redis = {} as Redis & Singleton<Redis>;
221expectType<Redis>(redis);

Callers 8

router.jsFile · 0.45
router.tsFile · 0.45
typescript.test.tsFile · 0.45
egg.test.tsFile · 0.45
index.test-d.tsFile · 0.45
agent.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected