Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ empty
Method
empty
src/nvcv/src/priv/LockFreeStack.hpp:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
bool empty() const
110
{
111
return m_head == nullptr;
112
}
113
114
private:
115
std::atomic<Node *> m_head = nullptr;
Callers
1
FromPlanes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected