Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ nullify_shared_ptr
Function
nullify_shared_ptr
src/test_module.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
void nullify_shared_ptr(std::shared_ptr<TestBaseType> &ptr)
120
{
121
ptr = nullptr;
122
}
123
124
std::string hello_world()
125
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected