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

Function _resetForTesting

src/utils/fullscreen.ts:199–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

197
198/** Test-only: reset module-level once-per-session flags. */
199export function _resetForTesting(): void {
200 loggedTmuxCcDisable = false
201 checkedTmuxMouseHint = false
202}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected