| 1264 | } |
| 1265 | |
| 1266 | bool IsAsciiFormat() const noexcept { return this->Format == fileFormat::ASCII; } |
| 1267 | bool IsLabel64() const noexcept { return this->LabelType == labelType::INT64; } |
| 1268 | bool IsFloat64() const noexcept { return this->ScalarType == scalarType::FLOAT64; } |
| 1269 |
no outgoing calls
no test coverage detected