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

Method Read

IDEHelper/Compiler/BfIRCodeGen.cpp:927–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927void BfIRCodeGen::Read(StringImpl& str)
928{
929 int len = (int)ReadSLEB128();
930 str.Append('?', len);
931 mStream->Read((void*)str.c_str(), len);
932}
933
934void BfIRCodeGen::Read(int& i)
935{

Callers 2

ReadSLEB128Method · 0.45
HandleNextCmdMethod · 0.45

Calls 10

ReadFunction · 0.85
FailFunction · 0.85
AppendMethod · 0.80
TryGetValueMethod · 0.80
LLVMMapLinkageTypeFunction · 0.70
c_strMethod · 0.45
AddMethod · 0.45
sizeMethod · 0.45
backMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected