MCPcopy 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
80TestPlugin* TestPlugin::getPluginByName(const SimpleString& name)
81{
82 if (name == name_) return this;
83 if (next_) return next_->getPluginByName(name);
84 return (next_);
85}
86
87TestPlugin* TestPlugin::getNext()
88{

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected