MCPcopy Create free account
hub / github.com/openai/plugins / shellQuote

Function shellQuote

plugins/plugin-eval/src/core/workflow-guide.js:7–9  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

5import { resolveTarget } from "./target.js";
6
7function shellQuote(value) {
8 return `'${String(value).replaceAll("'", "'\\''")}'`;
9}
10
11function benchmarkConfigPath(target) {
12 return path.join(target.path, ".plugin-eval", "benchmark.json");

Callers 2

createEntryFunction · 0.70
buildWorkflowGuideFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected