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

Method GetStringPoolString

IDEHelper/Compiler/BfModule.cpp:1840–1849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1838}
1839
1840String* BfModule::GetStringPoolString(BfIRValue constantStr, BfIRConstHolder * constHolder)
1841{
1842 int strId = GetStringPoolIdx(constantStr, constHolder);
1843 if (strId != -1)
1844 {
1845 auto& entry = mContext->mStringObjectIdMap[strId];
1846 return &entry.mString;
1847 }
1848 return NULL;
1849}
1850
1851CeDbgState* BfModule::GetCeDbgState()
1852{

Callers 6

EmitTestMethodMethod · 0.80
GetGeneratorStringMethod · 0.80
MatchMethodMethod · 0.80
DoInvocationMethod · 0.80
AddStringsMethod · 0.80
GetImportKindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected