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

Function isomorphicEncode

out/cli.cjs:50977–50982  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

50975 try {
50976 controller.close();
50977 } catch (err) {
50978 if (!err.message.includes("Controller is already closed")) {
50979 throw err;
50980 }
50981 }
50982 }
50983 function isomorphicEncode(input) {
50984 for (let i3 = 0; i3 < input.length; i3++) {
50985 assert2(input.charCodeAt(i3) <= 255);

Callers 3

redirectMethod · 0.85
schemeFetchFunction · 0.85
httpNetworkOrCacheFetchFunction · 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…