MCPcopy Index your code
hub / github.com/AnswerOverflow/AnswerOverflow / getLookupKey

Function getLookupKey

packages/core/src/message.ts:67–68  ·  view source on GitHub ↗
(m: { userId: string; serverId: string })

Source from the content-addressed store, hash-verified

65 }
66
67 const getLookupKey = (m: { userId: string; serverId: string }) =>
68 `${m.userId}-${m.serverId}`;
69
70 // TODO: Ew 🤮
71 const authorServerSettingsLookup = new Map(

Callers 2

makeMessageWithAuthorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected