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

Method codeFirst

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

Source from the content-addressed store, hash-verified

4547 set codeCnt(value) { this.#dataView.setUint32(36,value,true); }
4548
4549 get codeFirst() { return this.#dataView.getBigUint64(40,true); }
4550 set codeFirst(value) { this.#dataView.setBigUint64(40,value,true); }
4551
4552 get codeSecond() { return this.#dataView.getBigUint64(48,true); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected