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

Function error

out/cli.cjs:2886–2888  ·  view source on GitHub ↗
(type2)

Source from the content-addressed store, hash-verified

2884 var floor = Math.floor;
2885 var stringFromCharCode = String.fromCharCode;
2886 function error(type2) {
2887 throw new RangeError(errors[type2]);
2888 }
2889 function map(array, callback) {
2890 const result = [];
2891 let length = array.length;

Callers 2

decodeFunction · 0.85
encode3Function · 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…