Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ add_event
Method
add_event
frontend/src/types/Interaction.ts:9–12 ·
view source on GitHub ↗
(e: InteractionEvent)
Source
from the content-addressed store, hash-verified
7
this.event_log = []
8
}
9
public add_event(e: InteractionEvent): InteractionEvent[]{
10
this.event_log.push(e)
11
return
this.event_log
12
}
13
public get_event_log(): InteractionEvent[]{
14
return
this.event_log
15
}
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected