MCPcopy Create free account
hub / github.com/Epic0522/Codex-Remote-Contact / getIMessageMemoryKey

Function getIMessageMemoryKey

src/server.js:4557–4559  ·  view source on GitHub ↗
(handle)

Source from the content-addressed store, hash-verified

4555}
4556
4557function getIMessageMemoryKey(handle) {
4558 return String(handle || "default").trim() || "default";
4559}
4560
4561function collectIMessageFlaskEntries(handle) {
4562 const key = getIMessageMemoryKey(handle);

Callers 4

rememberIMessageTurnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected