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

Function cmdSetValue

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

Source from the content-addressed store, hash-verified

593 * so the daemon sees exactly what was captured.
594 */
595export const cmdSetValue = (value: string): string =>
596 value.replaceAll('"', "").replaceAll("%", "%%");
597
598/**
599 * 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