MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / attributeDescribeString

Method attributeDescribeString

src/input/file/TSReader.cpp:185–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 }
184
185 std::string TSReader::attributeDescribeString() const {
186 if (_file.is_open()) {
187 const DeviceData &data = _transform.transformDeviceData(_deviceData);
188 return data.attributeDescribeString(_streamID);
189 }
190 return "";
191 }
192
193 // =========================================================================
194 // -- Other member functions ----------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected