MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / UUIDCommand

Function UUIDCommand

helpers/macho/macho.uuid.js:1–8  ·  view source on GitHub ↗
(cmd, cmdsize, uuid)

Source from the content-addressed store, hash-verified

1var UUIDCommand = function UUIDCommand(cmd, cmdsize, uuid) {
2 this.cmd = cmd || 0x00000000;
3 this.cmdsize = cmdsize || 0x00000000;
4 this.uuid = uuid || new Uint8Array(16); //needs better input validation
5 this.toString = function() {
6 return JSON.stringify(this);
7 };
8};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected