MCPcopy Create free account
hub / github.com/OpenAnonymity/oa-chat / getNormalizedSessionSearchQuery

Method getNormalizedSessionSearchQuery

chat/app.js:7256–7258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7254
7255 const messagesToDelete = messages.slice(messageIndex + 1);
7256 for (const msg of messagesToDelete) {
7257 await chatDB.deleteMessage(msg.id);
7258 }
7259 const remainingMessages = messages.slice(0, messageIndex + 1);
7260 await this.recomputeSessionCouncilTranscriptHint?.(session, remainingMessages);
7261 if (this.chatArea && this.isViewingSession(session.id)) {

Callers 4

getSessionResultsKeyMethod · 0.95
getFilteredSessionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected