MCPcopy
hub / github.com/anomalyco/opencode / quote

Function quote

packages/llm/script/setup-recording-env.ts:286–286  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

284})
285
286const quote = (value: string) => JSON.stringify(value)
287
288const status = (name: string, fileEnv: Env) => {
289 if (fileEnv[name]) return "file"

Callers 1

upsertEnvFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected