MCPcopy Create free account
hub / github.com/ZDoom/Raze / setFormat

Method setFormat

libraries/asmjit/asmjit/base/string.cpp:307–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307Error StringBuilder::setFormat(const char* fmt, ...) noexcept {
308 bool result;
309
310 va_list ap;
311 va_start(ap, fmt);
312 result = _opVFormat(kStringOpSet, fmt, ap);
313 va_end(ap);
314
315 return result;
316}
317
318Error StringBuilder::appendFormat(const char* fmt, ...) noexcept {
319 bool result;

Callers 4

bindMethod · 0.80
emitMoveMethod · 0.80
emitLoadMethod · 0.80
emitSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected