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

Method codeSecond

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

Source from the content-addressed store, hash-verified

4550 set codeFirst(value) { this.#dataView.setBigUint64(40,value,true); }
4551
4552 get codeSecond() { return this.#dataView.getBigUint64(48,true); }
4553 set codeSecond(value) { this.#dataView.setBigUint64(48,value,true); }
4554
4555 get flavor() { return this.#dataView.getUint32(56,true); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected