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

Function assertRequiredArgument

out/cli.cjs:10717–10721  ·  view source on GitHub ↗
(x5, position, context)

Source from the content-addressed store, hash-verified

10715 }
10716 }
10717 function assertRequiredArgument(x5, position, context) {
10718 if (x5 === void 0) {
10719 throw new TypeError(`Parameter ${position} is required in '${context}'.`);
10720 }
10721 }
10722 function assertRequiredField(x5, field, context) {
10723 if (x5 === void 0) {
10724 throw new TypeError(`${field} is required in '${context}'.`);

Callers 9

constructorMethod · 0.85
respondMethod · 0.85
respondWithNewViewMethod · 0.85
enqueueMethod · 0.85
constructorMethod · 0.85
constructorMethod · 0.85
pipeThroughMethod · 0.85
constructorMethod · 0.85
constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…