Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codebymitch/TitanBot
/ getReplyMessage
Method
getReplyMessage
src/utils/responseCoordinator.js:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
getReplyMessage() {
72
return
this._replyMessage || this.interaction._replyMessage || null;
73
}
74
75
setReplyMessage(sentMessage) {
76
this._replyMessage = sentMessage;
Callers
5
respond
Method · 0.95
edit
Method · 0.95
createMockInteraction
Function · 0.80
patchInteractionResponses
Method · 0.80
safeEditReply
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected