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

Function convertIteratorOptions

out/cli.cjs:13897–13901  ·  view source on GitHub ↗
(options, context)

Source from the content-addressed store, hash-verified

13895 return type2;
13896 }
13897 function convertIteratorOptions(options, context) {
13898 assertDictionary(options, context);
13899 const preventCancel = options === null || options === void 0 ? void 0 : options.preventCancel;
13900 return { preventCancel: Boolean(preventCancel) };
13901 }
13902 function convertPipeOptions(options, context) {
13903 assertDictionary(options, context);
13904 const preventAbort = options === null || options === void 0 ? void 0 : options.preventAbort;

Callers 1

valuesMethod · 0.85

Calls 1

assertDictionaryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…