MCPcopy Create free account
hub / github.com/acoyfellow/cloudbox / shell

Function shell

runner/server.mjs:50–52  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

48}
49
50function shell(value) {
51 return JSON.stringify(String(value));
52}
53
54export function normalizeCloneOptions(input) {
55 const strategy = input.clone === "shallow" ? "shallow" : "blobless";

Callers 3

buildCloneCommandFunction · 0.70
handleLiveSnapshotFunction · 0.70
handleLiveRestoreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected