MCPcopy Index your code
hub / github.com/Noumena-Network/code / resetProjectForTesting

Function resetProjectForTesting

src/utils/sessionStorage.ts:518–520  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516 * don't share stale sessionFile paths.
517 */
518export function resetProjectForTesting(): void {
519 project = null
520}
521
522export function setSessionFileForTesting(path: string): void {
523 getProject().sessionFile = path

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected