MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / cmdSetValue

Function cmdSetValue

apps/cli/src/service.ts:591–592  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

589 * so the daemon sees exactly what was captured.
590 */
591export const cmdSetValue = (value: string): string =>
592 value.replaceAll('"', "").replaceAll("%", "%%");
593
594/**
595 * The batch wrapper the Scheduled Task executes. Task Scheduler has no field

Callers 2

service.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected