MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / escapeLikeString

Function escapeLikeString

app/src/utils/pruningRules.ts:10–12  ·  view source on GitHub ↗
(input: string | undefined)

Source from the content-addressed store, hash-verified

8}
9
10export function escapeLikeString(input: string | undefined) {
11 return escapeString(escapeString(input || ""));
12}
13
14// If model is comparison model, this will return an empty array
15export const getStringsToPrune = async (modelId: string) => {

Calls 1

escapeStringFunction · 0.85

Tested by

no test coverage detected