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

Method is_code_specified

include/hipSYCL/runtime/error.hpp:82–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 { return _component; }
81
82 bool is_code_specified() const
83 { return _has_error_code; }
84
85 int get_code() const
86 { return _code; }

Callers 1

dumpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected