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

Method constructor

helpers/scanner/parsers/macho-node/parser.js:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16
17export class Parser extends Reader {
18 constructor () {
19 super()
20 }
21
22 execute (buf) {
23 var hdr = this.parseHead(buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected