MCPcopy 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
4std::shared_ptr<int> create() {
5 return std::make_shared<int>(42);
6}
7
8int main()
9{

Callers 2

mainFunction · 0.70
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected