MCPcopy Index your code
hub / github.com/nodejs/node / clearProjectStatus

Function clearProjectStatus

test/fixtures/snapshot/typescript.js:124411–124414  ·  view source on GitHub ↗
(state, resolved)

Source from the content-addressed store, hash-verified

124409 state.cache = undefined;
124410 }
124411 function clearProjectStatus(state, resolved) {
124412 state.projectStatus.delete(resolved);
124413 state.diagnostics.delete(resolved);
124414 }
124415 function addProjToQueue(_a, proj, reloadLevel) {
124416 var projectPendingBuild = _a.projectPendingBuild;
124417 var value = projectPendingBuild.get(proj);

Callers 2

queueReferencingProjectsFunction · 0.85
invalidateProjectFunction · 0.85

Calls 1

deleteMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…