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

Method GetBuildValue

IDEHelper/Compiler/BfCodeGen.cpp:891–896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889}
890
891String BfCodeGen::GetBuildValue(const StringImpl& buildDir, const StringImpl& key)
892{
893 AutoCrit autoCrit(mCacheCritSect);
894 BfCodeGenDirectoryData* dirCache = GetDirCache(buildDir);
895 return dirCache->GetValue(key);
896}
897
898void BfCodeGen::SetBuildValue(const StringImpl& buildDir, const StringImpl & key, const StringImpl & value)
899{

Callers 1

Calls 1

GetValueMethod · 0.80

Tested by

no test coverage detected