MCPcopy
hub / github.com/ether/etherpad / get

Function get

src/tests/backend/specs/SessionStore.ts:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24 const set = async (sess: string|null) => await util.promisify(ss!.set).call(ss, sid, sess);
25 const get = async () => await util.promisify(ss!.get).call(ss, sid);
26 const destroy = async () => await util.promisify(ss!.destroy).call(ss, sid);
27 const touch = async (sess: Session) => await util.promisify(ss!.touch).call(ss, sid, sess);
28

Callers 1

SessionStore.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected