Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ Map
Function
Map
Libs/flatbuffers/flexbuffers.h:1248–1252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1246
}
1247
1248
template<typename F> size_t Map(F f) {
1249
auto start = StartMap();
1250
f();
1251
return EndMap(start);
1252
}
1253
template<typename F, typename T> size_t Map(F f, T &state) {
1254
auto start = StartMap();
1255
f(state);
Callers
3
EmptyMap
Method · 0.70
AsMap
Method · 0.70
Add
Function · 0.70
Calls
6
StartMap
Function · 0.85
EndMap
Function · 0.85
Add
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected