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

Method attributeDescribeString

src/input/DeviceData.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 std::string DeviceData::attributeDescribeString(int streamID) const {
90 base::MutexLock lock(_mutex);
91 return doAttributeDescribeString(streamID);
92 }
93
94 void DeviceData::setDeliverySystem(const input::InputSystem system) {
95 base::MutexLock lock(_mutex);

Callers 1

get_app_packetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected