Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/a2flo/floor
/ get_queue_ptr
Method
get_queue_ptr
compute/host/host_queue.cpp:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
const void* host_queue::get_queue_ptr() const {
44
return this;
45
}
46
47
void* host_queue::get_queue_ptr() {
48
return this;
Callers
1
present
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected