MCPcopy Index your code
hub / github.com/actions/setup-node / resetProjectDirectoriesMemoized

Function resetProjectDirectoriesMemoized

src/cache-utils.ts:125–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

123 * unit test must reset memoized variables
124 */
125export const resetProjectDirectoriesMemoized = () =>
126 (projectDirectoriesMemoized = null);
127/**
128 * Expands (converts) the string input `cache-dependency-path` to list of directories that
129 * may be project roots

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected