Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ main
Function
main
tests/Issue596.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
Data(const char *) -> Data<std::string> ;
11
Data(int)->Data<long> ;
12
int main() {
13
Data d1{5};
14
}
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected