MCPcopy Create free account
hub / github.com/chronoxor/CppServer / offset

Method offset

proto/fbe_models.h:335–335  ·  view source on GitHub ↗

Get the array offset

Source from the content-addressed store, hash-verified

333 uint8_t* data() noexcept;
334 // Get the array offset
335 size_t offset() const noexcept { return 0; }
336 // Get the array size
337 size_t size() const noexcept { return N; }
338

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected