Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ toInt64
Method
toInt64
valdi/src/valdi/runtime/JavaScript/JavaScriptLong.cpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
int64_t JavaScriptLong::toInt64() const {
28
return static_cast<int64_t>(_data);
29
}
30
31
int32_t JavaScriptLong::toInt32() const {
32
return static_cast<int32_t>(_data);
Callers
5
TEST_P
Function · 0.80
jsValueToValue
Function · 0.80
valueToLong
Method · 0.80
valueObjectToLong
Method · 0.80
setProtobufNonRepatedField
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_P
Function · 0.64