Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ origin
Method
origin
src/runtime/error.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
source_location result::origin() const {
49
if(!_impl)
50
return source_location{
"<unspecified>"
,
"<unspecified>"
, -1};
51
return _impl->origin;
52
}
53
54
error_info result::info() const {
55
if(!_impl)
Callers
1
make_pcuda_error
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected