Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ convert
Function
convert
tests/device_compilation_tests.cpp:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
};
64
65
int convert(Conversion conv) {
66
return add_five(conv);
67
}
68
69
struct MyStruct : MyParent {
70
MyStruct(int& value) : MyParent::MyParent{value, 4, 5, 7}, value(value) {
Callers
1
~MyStruct
Method · 0.85
Calls
1
add_five
Function · 0.85
Tested by
no test coverage detected