Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ getSpan
Function
getSpan
src/include/storage/disk_array.h:260–262 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
258
259
template<typename U>
260
inline std::span<std::byte> getSpan(U& val) {
261
return std::span(reinterpret_cast<std::byte*>(&val), sizeof(U));
262
}
263
264
template<typename U>
265
class DiskArray {
Callers
4
update
Method · 0.85
get
Method · 0.85
resize
Method · 0.85
WriteIterator
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected