Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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) */
35
export
function
resetSessionMarker(): void {
36
sessionMarker = null;
37
}
38
39
/**
40
* Insert invisible watermark into text content.
Callers
2
content-security.test.ts
File · 0.90
security-integration.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected