Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ create
Function
create
tests/Issue13.cpp:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <memory>
3
4
std::shared_ptr<int> create() {
5
return std::make_shared<int>(42);
6
}
7
8
int main()
9
{
Callers
2
main
Function · 0.70
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected