MCPcopy Index your code
hub / github.com/ether/etherpad / userCodeKeyFor

Function userCodeKeyFor

src/node/security/OIDCAdapter.ts:20–22  ·  view source on GitHub ↗
(userCode: string)

Source from the content-addressed store, hash-verified

18 return `grant:${id}`;
19}
20function userCodeKeyFor(userCode: string) {
21 return `userCode:${userCode}`;
22}
23
24class MemoryAdapter implements Adapter {
25 private readonly name: string;

Callers 3

destroyMethod · 0.85
findByUserCodeMethod · 0.85
upsertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected