MCPcopy Create free account
hub / github.com/freecodexyz/free-code / resetProjectForTesting

Function resetProjectForTesting

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

Source from the content-addressed store, hash-verified

480 * don't share stale sessionFile paths.
481 */
482export function resetProjectForTesting(): void {
483 project = null
484}
485
486export function setSessionFileForTesting(path: string): void {
487 getProject().sessionFile = path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected