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

Method get_code

include/hipSYCL/runtime/error.hpp:85–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 { return _has_error_code; }
84
85 int get_code() const
86 { return _code; }
87
88 std::string str() const{
89 auto res = _component+":";

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected