MCPcopy
hub / github.com/garrytan/gstack / addDialogEntry

Function addDialogEntry

browse/src/buffers.ts:135–137  ·  view source on GitHub ↗
(entry: DialogEntry)

Source from the content-addressed store, hash-verified

133}
134
135export function addDialogEntry(entry: DialogEntry) {
136 dialogBuffer.push(entry);
137}

Callers 1

wirePageEventsMethod · 0.90

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected