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

Function cmdSetValue

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

Source from the content-addressed store, hash-verified

600 * so the daemon sees exactly what was captured.
601 */
602export const cmdSetValue = (value: string): string =>
603 value.replaceAll('"', "").replaceAll("%", "%%");
604
605/**
606 * 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