MCPcopy Create free account
hub / github.com/cortexkit/magic-context / run

Function run

packages/plugin/src/features/magic-context/workspaces.ts:315–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313 now = Date.now(),
314): void {
315 const run = () => bumpEpochRows(db, workspaceMembersForIdentity(db, identity), now);
316 if (isInTransaction(db)) {
317 run();
318 return;

Callers 2

Calls 2

bumpEpochRowsFunction · 0.85

Tested by

no test coverage detected