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

Function beginTrackedSessionWork

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected