MCPcopy
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 */
30export function getSessionMarker(): string {
31 return ensureMarker();
32}
33
34/** Reset marker (for testing) */
35export function resetSessionMarker(): void {

Callers 1

Calls 1

ensureMarkerFunction · 0.85

Tested by

no test coverage detected