MCPcopy Create free account
hub / github.com/Ptechgithub/configs / stringify

Function stringify

worker.js:629–635  ·  view source on GitHub ↗
(arr, offset = 0)

Source from the content-addressed store, hash-verified

627}
628
629function stringify(arr, offset = 0) {
630 const uuid = unsafeStringify(arr, offset);
631 if (!isValidUUID(uuid)) {
632 throw TypeError("Stringified UUID is invalid");
633 }
634 return uuid;
635}
636
637
638/**

Callers 1

processVlessHeaderFunction · 0.85

Calls 2

unsafeStringifyFunction · 0.85
isValidUUIDFunction · 0.85

Tested by

no test coverage detected