| 65 | std::string InfoKernel::getName() const { return s_info.name; } |
| 66 | |
| 67 | InfoKernel::InfoKernel() : m_showStats(false), m_showSchema(false), |
| 68 | m_showAll(false), m_showMetadata(false), m_boundary(false), |
| 69 | m_showSummary(false), m_needPoints(false), m_statsStage(nullptr), |
| 70 | m_hexbinStage(nullptr), m_infoStage(nullptr), m_reader(nullptr) |
| 71 | {} |
| 72 | |
| 73 | |
| 74 | void InfoKernel::validateSwitches(ProgramArgs& args) |
nothing calls this directly
no outgoing calls
no test coverage detected