Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actuallyaridan/linux-devmgmt
/ scanStorageControllers
Function
scanStorageControllers
src/scanner/SysfsScanner.cpp:1817–1819 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1815
}
1816
1817
QVector<Device> scanStorageControllers() {
1818
return scanPciByClass(
"01"
);
1819
}
1820
1821
QVector<Device> scanIdeControllers() {
1822
return scanPciByClass(
"0101"
);
Callers
1
scanDevices
Function · 0.85
Calls
1
scanPciByClass
Function · 0.85
Tested by
no test coverage detected