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

Function SubLibraryCommand

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

Source from the content-addressed store, hash-verified

1var SubLibraryCommand = function SubLibraryCommand(cmd, cmdsize, sub_library) {
2 this.cmd = cmd || 0x00000000;
3 this.cmdsize = cmdsize || 0x00000000;
4 this.sub_library = sub_library || 0x00000000;
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