Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bgrimstad/splinter
/ get_size
Method
get_size
src/serializer.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
*/
77
78
size_t Serializer::get_size(const DataPoint &obj)
79
{
80
return get_size(obj.x) + get_size(obj.y);
81
}
82
83
size_t Serializer::get_size(const DataTable &obj)
84
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected