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

Function releaseCache

test/fixtures/snapshot/typescript.js:119766–119769  ·  view source on GitHub ↗

* Releases needed properties

(state)

Source from the content-addressed store, hash-verified

119764 * Releases needed properties
119765 */
119766 function releaseCache(state) {
119767 state.allFilesExcludingDefaultLibraryFile = undefined;
119768 state.allFileNames = undefined;
119769 }
119770 BuilderState.releaseCache = releaseCache;
119771 /**
119772 * Creates a clone of the state

Callers 1

createBuilderProgramFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…