Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ Int
Function
Int
Libs/flatbuffers/flexbuffers.h:948–948 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
946
}
947
948
void Int(int64_t i) { stack_.push_back(Value(i, FBT_INT, WidthI(i))); }
949
void Int(const char *key, int64_t i) {
950
Key(key);
951
Int(i);
Callers
1
Add
Function · 0.70
Calls
4
WidthI
Function · 0.85
Value
Class · 0.70
Key
Function · 0.70
push_back
Method · 0.45
Tested by
no test coverage detected