MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / append_chars

Method append_chars

lib/asmjit/asmjit/core/string.h:319–321  ·  view source on GitHub ↗

Appends `c` character repeated `n` times.

Source from the content-addressed store, hash-verified

317
318 //! Appends `c` character repeated `n` times.
319 ASMJIT_INLINE_NODEBUG Error append_chars(char c, size_t n) noexcept {
320 return _op_chars(ModifyOp::kAppend, c, n);
321 }
322
323 //! Appends a formatted integer `i` (signed).
324 ASMJIT_INLINE_NODEBUG Error append_int(int64_t i, uint32_t base = 0, size_t width = 0, StringFormatFlags flags = StringFormatFlags::kNone) noexcept {

Callers 9

_log_blockFunction · 0.80
_log_nodeFunction · 0.80
finish_formatted_lineFunction · 0.80
log_label_boundFunction · 0.80
log_instruction_emittedFunction · 0.80
UNITFunction · 0.80
format_nodeFunction · 0.80
alignMethod · 0.80
alignMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected