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

Method spaceTable

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

Source from the content-addressed store, hash-verified

6795 this.#dataView.setBigUint64(0,value,true);
6796 }
6797 get spaceTable()
6798 {
6799 return this.#dataView.getBigUint64(8,true);
6800 }
6801 set spaceTable(value)
6802 {
6803 this.#dataView.setBigUint64(8,value,true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected