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

Function getModificationHistory

browse/src/cdp-inspector.ts:669–671  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

667 * Get the full modification history.
668 */
669export function getModificationHistory(): StyleModification[] {
670 return [...modificationHistory];
671}
672
673/**
674 * Diagnostic accessor for the $B memory snapshot. Returns current buffer

Callers 2

handleReadCommandFunction · 0.90
makeFetchHandlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected