MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / null_factory

Function null_factory

src/test_module.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109std::shared_ptr<TestBaseType> null_factory()
110{
111 return std::shared_ptr<TestBaseType>();
112}
113
114void update_shared_ptr(std::shared_ptr<TestBaseType> &ptr)
115{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected