MCPcopy 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
145void 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

CmdBookmarkSaveFunction · 0.80
CmdBreakpointSaveFunction · 0.80
ConfigSave_PrepareHeaderFunction · 0.80

Calls 1

StrFormatVFunction · 0.85

Tested by

no test coverage detected