MCPcopy Index your code
hub / github.com/callstack/agent-device / escapeAppleLogPredicateString

Function escapeAppleLogPredicateString

src/daemon/app-log-ios.ts:219–221  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

217}
218
219function escapeAppleLogPredicateString(value: string): string {
220 return value.replaceAll('\\', '\\\\').replaceAll('"', '\\"');
221}
222
223async function resolveIosSimulatorExecutableName(params: {
224 deviceId: string;

Callers 1

buildAppleLogPredicateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected