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

Function $6

out/cli.cjs:67010–67016  ·  view source on GitHub ↗
(templatesOrOptions, ...expressions)

Source from the content-addressed store, hash-verified

67008}
67009var normalizeScriptStdin = ({ input, inputFile, stdio }) => input === void 0 && inputFile === void 0 && stdio === void 0 ? { stdin: "inherit" } : {};
67010var normalizeScriptOptions = (options = {}) => ({
67011 preferLocal: true,
67012 ...normalizeScriptStdin(options),
67013 ...options
67014});
67015function create$(options) {
67016 function $6(templatesOrOptions, ...expressions) {
67017 if (!Array.isArray(templatesOrOptions)) {
67018 return create$({ ...options, ...templatesOrOptions });
67019 }

Callers

nothing calls this directly

Calls 4

create$Function · 0.85
parseTemplatesFunction · 0.85
execaFunction · 0.85
normalizeScriptOptionsFunction · 0.85

Tested by

no test coverage detected