MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / getInt64

Method getInt64

framework/utils/CicadaJSON.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103int64_t CicadaJSONItem::getInt64(const std::string &name, int64_t defaultValue) const
104{
105 return (int64_t)getDouble(name, defaultValue);
106}
107
108double CicadaJSONItem::getDouble(const std::string &name, double defaultValue) const
109{

Callers 2

filterNetworkInfoMethod · 0.80
GetPropertyStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected