MCPcopy Create free account
hub / github.com/beefytech/Beef / FindAtom

Method FindAtom

IDEHelper/Compiler/BfSystem.cpp:2231–2237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2229}
2230
2231BfAtom* BfSystem::FindAtom(const StringImpl& string)
2232{
2233 BfAtom** atomPtr = NULL;
2234 if (mAtomMap.TryGetValueWith(string, &atomPtr))
2235 return *atomPtr;
2236 return NULL;
2237}
2238
2239BfAtom* BfSystem::FindAtom(const StringView& string)
2240{

Callers 2

VisitMethod · 0.80

Calls 2

TryGetValueWithMethod · 0.80
TryGetValueMethod · 0.80

Tested by

no test coverage detected