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

Function resetModelStringsForTestingOnly

src/bootstrap/state.ts:944–946  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

942// Test utility function to reset model strings for re-initialization.
943// Separate from setModelStrings because we only want to accept 'null' in tests.
944export function resetModelStringsForTestingOnly() {
945 STATE.modelStrings = null
946}
947
948export function setMeter(
949 meter: Meter,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected