MCPcopy Index your code
hub / github.com/simstudioai/sim / escapeODataString

Function escapeODataString

apps/sim/tools/sharepoint/utils.ts:12–14  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

10}
11
12export function escapeODataString(value: string): string {
13 return value.replace(/'/g, "''")
14}
15
16export function getGraphNextPageUrl(data: object): string | undefined {
17 const nextLink = (data as Record<string, unknown>)['@odata.nextLink']

Callers 1

read_page.tsFile · 0.90

Calls 1

replaceMethod · 0.65

Tested by

no test coverage detected