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

Method GetValue

IDEHelper/Compiler/BfCodeGen.cpp:230–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230String BfCodeGenDirectoryData::GetValue(const StringImpl& key)
231{
232 String* valuePtr = NULL;
233 if (mBuildSettings.TryGetValue(key, &valuePtr))
234 {
235 return *valuePtr;
236 }
237 return String();
238}
239
240void BfCodeGenDirectoryData::SetValue(const StringImpl& key, const StringImpl& value)
241{

Callers 2

HotReplaceMethodsMethod · 0.80
GetBuildValueMethod · 0.80

Calls 2

StringClass · 0.85
TryGetValueMethod · 0.80

Tested by

no test coverage detected