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

Function resetSessionMarker

browse/src/content-security.ts:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34/** Reset marker (for testing) */
35export function resetSessionMarker(): void {
36 sessionMarker = null;
37}
38
39/**
40 * Insert invisible watermark into text content.

Calls

no outgoing calls

Tested by

no test coverage detected