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

Function addConsoleEntry

browse/src/buffers.ts:127–129  ·  view source on GitHub ↗
(entry: LogEntry)

Source from the content-addressed store, hash-verified

125// ─── Convenience add functions ──────────────────────────────
126
127export function addConsoleEntry(entry: LogEntry) {
128 consoleBuffer.push(entry);
129}
130
131export function addNetworkEntry(entry: NetworkEntry) {
132 networkBuffer.push(entry);

Callers 2

commands.test.tsFile · 0.90
wirePageEventsMethod · 0.90

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected