MCPcopy
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
131export function addNetworkEntry(entry: NetworkEntry) {
132 networkBuffer.push(entry);
133}
134
135export function addDialogEntry(entry: DialogEntry) {
136 dialogBuffer.push(entry);

Callers 2

commands.test.tsFile · 0.90
wirePageEventsMethod · 0.90

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected