Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
76
function
q(value: string): string {
77
return
`
'${value.replace(/'
/g, `
'\\'
'`)}'
`
78
}
79
80
export
class
CodexTextAdapter<
81
TModel extends CodexModel,
Callers
2
buildCommand
Method · 0.70
chatStream
Method · 0.70
Calls
1
replace
Method · 0.65
Tested by
no test coverage detected