MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / getLength

Method getLength

src/Abyss/DataTypes/DC6Frame.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36uint32_t DC6Frame::getNextBlock() const { return _nextBlock; }
37
38uint32_t DC6Frame::getLength() const { return _length; }
39
40const std::vector<std::byte>& DC6Frame::getFrameData() const { return _frameData; }
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected