MCPcopy Create free account
hub / github.com/Geant4/geant4 / FindAlias

Method FindAlias

source/intercoms/src/G4UIaliasList.cc:66–70  ·  view source on GitHub ↗

--------------------------------------------------------------------

Source from the content-addressed store, hash-verified

64
65// --------------------------------------------------------------------
66const G4String* G4UIaliasList::FindAlias(const char* aliasName) const
67{
68 auto it = aliases.find(aliasName);
69 return (it == aliases.end()) ? nullptr : &(it->second);
70}
71
72// --------------------------------------------------------------------
73void G4UIaliasList::List() const

Callers 1

SolveAliasMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected