Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ getDecodedOpLocation
Method
getDecodedOpLocation
source/kernel/kmemory.cpp:448–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
446
}
447
448
DecodedOp** KMemory::getDecodedOpLocation(U32 address) {
449
return data->opCache.getLocation(address);
450
}
451
452
DecodedOp* KMemory::getDecodedOp(U32 address) {
453
return data->opCache.get(address);
Callers
1
getOpLocation
Method · 0.80
Calls
1
getLocation
Method · 0.80
Tested by
no test coverage detected