MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / normalizeScriptOptions

Function normalizeScriptOptions

out/cli.cjs:67004–67008  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

67002 stderr: stderr2,
67003 failed: false,
67004 timedOut: false,
67005 isCanceled: false,
67006 killed: false
67007 };
67008}
67009var normalizeScriptStdin = ({ input, inputFile, stdio }) => input === void 0 && inputFile === void 0 && stdio === void 0 ? { stdin: "inherit" } : {};
67010var normalizeScriptOptions = (options = {}) => ({
67011 preferLocal: true,

Callers 2

$6Function · 0.85
create$Function · 0.85

Calls 1

normalizeScriptStdinFunction · 0.85

Tested by

no test coverage detected