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

Method exception

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

Source from the content-addressed store, hash-verified

4541 set NDR(value) { this.#dataView.setBigUint64(24,value,true); }
4542
4543 get exception() { return this.#dataView.getUint32(32,true); }
4544 set exception(value) { this.#dataView.setUint32(32,value,true); }
4545
4546 get codeCnt() { return this.#dataView.getUint32(36,true); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected