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

Function getModelStrings

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

Source from the content-addressed store, hash-verified

931
932// You shouldn't use this directly. See src/utils/model/modelStrings.ts::getModelStrings()
933export function getModelStrings(): ModelStrings | null {
934 return STATE.modelStrings
935}
936
937// You shouldn't use this directly. See src/utils/model/modelStrings.ts
938export function setModelStrings(modelStrings: ModelStrings): void {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected