MCPcopy Create free account
hub / github.com/CapSoftware/Cap / escapeDriveQueryValue

Function escapeDriveQueryValue

packages/web-backend/src/Storage/GoogleDrive.ts:130–131  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

128};
129
130const escapeDriveQueryValue = (value: string) =>
131 value.replace(/\\/g, "\\\\").replace(/'/g, "\\'");
132
133const GOOGLE_DRIVE_ACCESS_TOKEN_EXPIRY_MARGIN_MS = 60_000;
134const GOOGLE_DRIVE_TOKEN_REFRESH_LEASE_MS = 15_000;

Callers 2

ensureGoogleDriveFolderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected