MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / endTrackedSessionWork

Function endTrackedSessionWork

src/index.ts:160–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158let noteSessionActivity: () => void = () => undefined;
159let beginTrackedSessionWork: () => void = () => undefined;
160let endTrackedSessionWork: () => void = () => undefined;
161
162async function withTrackedSessionActivity<T>(handler: () => Promise<T>): Promise<T> {
163 noteSessionActivity();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected