MCPcopy Create free account
hub / github.com/cvut/qtrvsim / cellSizeBytes

Method cellSizeBytes

src/gui/windows/program/programmodel.h:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 [[nodiscard]] static inline unsigned int cellSizeBytes() {
36 return 4;
37 }
38 inline bool get_row_address(machine::Address &address, int row) const {
39 address = index0_offset + row * cellSizeBytes();
40 return address >= index0_offset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected