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

Method assign_chars

lib/asmjit/asmjit/core/string.h:266–268  ·  view source on GitHub ↗

Replaces the current of the string by a `c` character, repeated `n` times.

Source from the content-addressed store, hash-verified

264
265 //! Replaces the current of the string by a `c` character, repeated `n` times.
266 ASMJIT_INLINE_NODEBUG Error assign_chars(char c, size_t n) noexcept {
267 return _op_chars(ModifyOp::kAssign, c, n);
268 }
269
270 //! Replaces the current of the string by a formatted integer `i` (signed).
271 ASMJIT_INLINE_NODEBUG Error assign_int(int64_t i, uint32_t base = 0, size_t width = 0, StringFormatFlags flags = StringFormatFlags::kNone) noexcept {

Callers 1

UNITFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected