Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
bumpEpochsForWorkspaceMembers
Function · 0.70
bumpEpochsForWorkspaceMemberSet
Function · 0.70
Calls
2
bumpEpochRows
Function · 0.85
workspaceMembersForIdentity
Function · 0.85
Tested by
no test coverage detected