MCPcopy Index your code
hub / github.com/TanStack/ai / q

Function q

packages/ai-codex/src/adapters/text.ts:76–78  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

74}
75
76function q(value: string): string {
77 return `'${value.replace(/'/g, `'\\''`)}'`
78}
79
80export class CodexTextAdapter<
81 TModel extends CodexModel,

Callers 2

buildCommandMethod · 0.70
chatStreamMethod · 0.70

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected