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