MCPcopy Create free account
hub / github.com/bhideki/darksword / codeCnt

Method codeCnt

payloads/pe_main.js:4546–4546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4544 set exception(value) { this.#dataView.setUint32(32,value,true); }
4545
4546 get codeCnt() { return this.#dataView.getUint32(36,true); }
4547 set codeCnt(value) { this.#dataView.setUint32(36,value,true); }
4548
4549 get codeFirst() { return this.#dataView.getBigUint64(40,true); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected