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

Method OutputLine

IDEHelper/Compiler/BfSystem.cpp:1281–1285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1279}
1280
1281void BfPassInstance::OutputLine(const StringImpl& str)
1282{
1283 //OutputDebugStrF("%s\n", str.c_str());
1284 mOutStream.push_back(str);
1285}
1286
1287bool BfPassInstance::PopOutString(String* outString)
1288{

Callers 2

DoCompileMethod · 0.45
CompileMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected