Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
destroy
Method · 0.95
consume
Method · 0.95
find
Method · 0.95
upsert
Method · 0.95
freshPad
Function · 0.80
Calls
no outgoing calls
Tested by
1
freshPad
Function · 0.64