MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / findModule

Method findModule

src/yvalve/PluginManager.cpp:338–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 }
337
338 PluginModule* findModule(const PathName& pname)
339 {
340 if (name == pname)
341 {
342 return this;
343 }
344 if (next)
345 {
346 return next->findModule(pname);
347 }
348 return NULL;
349 }
350
351 const char* getName() const throw()
352 {

Callers 1

nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected