Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/rapidjson
/ Int
Method
Int
test/unittest/readertest.cpp:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
ParseIntHandler() : step_(0), actual_() {}
70
bool Default() { ADD_FAILURE(); return false; }
71
bool Int(int i) { actual_ = i; step_++; return true; }
72
73
unsigned step_;
74
int actual_;
Callers
2
TEST
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected