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

Function setModelStrings

src/bootstrap/state.ts:938–940  ·  view source on GitHub ↗
(modelStrings: ModelStrings)

Source from the content-addressed store, hash-verified

936
937// You shouldn't use this directly. See src/utils/model/modelStrings.ts
938export function setModelStrings(modelStrings: ModelStrings): void {
939 STATE.modelStrings = modelStrings
940}
941
942// Test utility function to reset model strings for re-initialization.
943// Separate from setModelStrings because we only want to accept 'null' in tests.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected