Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Consume
Method
Consume
Kernel/src/storage/nvme.cpp:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
long NVMeQueue::Consume(NVMeCommand& cmd){
39
return 0;
40
}
41
42
void NVMeQueue::Submit(NVMeCommand& cmd){
43
acquireLock(&queueLock);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected