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

Method key

src/node/security/OIDCAdapter.ts:31–33  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

29 }
30
31 key(id: string) {
32 return `${this.name}:${id}`;
33 }
34
35 destroy(id: string) {
36 const key = this.key(id);

Callers 5

destroyMethod · 0.95
consumeMethod · 0.95
findMethod · 0.95
upsertMethod · 0.95
freshPadFunction · 0.80

Calls

no outgoing calls

Tested by 1

freshPadFunction · 0.64