Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
215
class
Redis {
216
get(key: string) {
217
return
key;
218
}
219
}
220
const
redis = {} as Redis & Singleton<Redis>;
221
expectType<Redis>(redis);
Callers
8
router.js
File · 0.45
router.ts
File · 0.45
typescript.test.ts
File · 0.45
egg.test.ts
File · 0.45
asyncSupport.test.ts
File · 0.45
application.test.ts
File · 0.45
index.test-d.ts
File · 0.45
agent.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected