Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/AppleWin/AppleWin
/ PushLineFormat
Method
PushLineFormat
source/Debugger/Util_MemoryTextFile.cpp:145–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
void MemoryTextFile_t::PushLineFormat( const char *pFormat, ... )
146
{
147
va_list va;
148
va_start(va, pFormat);
149
PushLine(StrFormatV(pFormat, va).c_str());
150
va_end(va);
151
}
Callers
3
CmdBookmarkSave
Function · 0.80
CmdBreakpointSave
Function · 0.80
ConfigSave_PrepareHeader
Function · 0.80
Calls
1
StrFormatV
Function · 0.85
Tested by
no test coverage detected