MCPcopy Index your code
hub / github.com/forloopcodes/contextplus / ensureTrackerRunning

Function ensureTrackerRunning

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

Source from the content-addressed store, hash-verified

51
52let noteServerActivity = () => { };
53let ensureTrackerRunning = () => { };
54
55function withRequestActivity<TArgs, TResult>(
56 handler: (args: TArgs) => Promise<TResult>,

Callers 1

withRequestActivityFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected