Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ getLastCompanionReaction
Function
getLastCompanionReaction
src/buddy/observer.ts:394–396 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
392
}
393
394
export
function
getLastCompanionReaction(): string | undefined {
395
return
recentReactions.at(-1)
396
}
397
398
export
async
function
fireCompanionObserver(
399
messages: readonly Message[],
Callers
1
call
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected