MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / get_build_result

Method get_build_result

src/runtime/omp/omp_code_object.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88result omp_sscp_executable_object::get_build_result() const {
89 return _build_result;
90}
91
92code_object_state omp_sscp_executable_object::state() const {
93 return _module ? code_object_state::executable : code_object_state::invalid;

Calls

no outgoing calls

Tested by

no test coverage detected