MCPcopy Index your code
hub / github.com/CodeGraphContext/CodeGraphContext / markRepoJobActive

Function markRepoJobActive

website/api/lib/security.js:115–121  ·  view source on GitHub ↗
(repoKey, runId = null, runUrl = null, now = Date.now())

Source from the content-addressed store, hash-verified

113}
114
115function markRepoJobActive(repoKey, runId = null, runUrl = null, now = Date.now()) {
116 activeRepoJobs.set(repoKey, {
117 startedAt: now,
118 runId,
119 runUrl,
120 });
121}
122
123function clearRepoJob(repoKey) {
124 activeRepoJobs.delete(repoKey);

Callers 1

handlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected