Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ getPluginByName
Method
getPluginByName
src/CppUTest/TestPlugin.cpp:80–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
}
79
80
TestPlugin* TestPlugin::getPluginByName(const SimpleString& name)
81
{
82
if (name == name_) return this;
83
if (next_) return next_->getPluginByName(name);
84
return (next_);
85
}
86
87
TestPlugin* TestPlugin::getNext()
88
{
Callers
1
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected