Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1281
void BfPassInstance::OutputLine(const StringImpl& str)
1282
{
1283
//OutputDebugStrF(
"%s\n"
, str.c_str());
1284
mOutStream.push_back(str);
1285
}
1286
1287
bool BfPassInstance::PopOutString(String* outString)
1288
{
Callers
2
DoCompile
Method · 0.45
Compile
Method · 0.45
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected