MCPcopy Index your code
hub / github.com/Ptechgithub/pp-worker / stringify

Function stringify

_worker.js:705–711  ·  view source on GitHub ↗
(arr, offset = 0)

Source from the content-addressed store, hash-verified

703}
704
705function stringify(arr, offset = 0) {
706 const uuid = unsafeStringify(arr, offset);
707 if (!isValidUUID(uuid)) {
708 throw TypeError("Stringified UUID is invalid");
709 }
710 return uuid;
711}
712
713
714/**

Callers 1

processVlessHeaderFunction · 0.85

Calls 2

unsafeStringifyFunction · 0.85
isValidUUIDFunction · 0.85

Tested by

no test coverage detected