Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/garrytan/gstack
/ addNetworkEntry
Function
addNetworkEntry
browse/src/buffers.ts:131–133 ·
view source on GitHub ↗
(entry: NetworkEntry)
Source
from the content-addressed store, hash-verified
129
}
130
131
export
function
addNetworkEntry(entry: NetworkEntry) {
132
networkBuffer.push(entry);
133
}
134
135
export
function
addDialogEntry(entry: DialogEntry) {
136
dialogBuffer.push(entry);
Callers
2
commands.test.ts
File · 0.90
wirePageEvents
Method · 0.90
Calls
1
push
Method · 0.45
Tested by
no test coverage detected