Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/garrytan/gstack
/ getSessionMarker
Function
getSessionMarker
browse/src/content-security.ts:30–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
29
/** Exported
for
tests only */
30
export
function
getSessionMarker(): string {
31
return
ensureMarker();
32
}
33
34
/** Reset marker (
for
testing) */
35
export
function
resetSessionMarker(): void {
Callers
1
content-security.test.ts
File · 0.90
Calls
1
ensureMarker
Function · 0.85
Tested by
no test coverage detected