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

Method paddingFirst

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

Source from the content-addressed store, hash-verified

4559 set old_stateCnt(value) { this.#dataView.setUint32(60,value,true); }
4560
4561 get paddingFirst() { return this.#dataView.getBigUint64(336,true); }
4562 set paddingFirst(value) { this.#dataView.setBigUint64(336,value,true); }
4563
4564 get paddingSecond() { return this.#dataView.getBigUint64(344,true); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected