Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ is_submitted
Method
is_submitted
src/runtime/dag_node.cpp:39–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
dag_node::~dag_node() {}
38
39
bool dag_node::is_submitted() const { return _is_submitted; }
40
41
bool dag_node::is_complete() const {
42
if (_is_complete)
Callers
15
determine_target_lane
Function · 0.80
submit_directly
Method · 0.80
is_submitted_by_me
Method · 0.80
find_assigned_lane_index
Method · 0.80
get_maximum_execution_index_for_lane
Function · 0.80
submit_directly
Method · 0.80
is_submitted_by_me
Method · 0.80
abort_submission
Function · 0.80
for_each_explicit_operation
Function · 0.80
submit
Function · 0.80
submit_requirement
Function · 0.80
submit
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected