Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ ToString
Method
ToString
opt_utils/src/json.cpp:213–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
std::string Value::ToString() const
214
{
215
if (IsNull())
216
{
217
return
"null"
;
218
}
219
else
220
{
221
return valueStr;
222
}
223
}
224
int Value::ToInt() const
225
{
226
if (IsNumber())
Callers
6
Open
Method · 0.45
GetAbsolutePathToOutputFile
Method · 0.45
key
Method · 0.45
value
Method · 0.45
Commit
Method · 0.45
writeValue
Method · 0.45
Calls
no outgoing calls
Tested by
1
GetAbsolutePathToOutputFile
Method · 0.36