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

Method reset

lib/asmjit/asmjit/core/string.cpp:66–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64// ======================
65
66Error String::reset() noexcept {
67 if (_type == kTypeLarge) {
68 ::free(_large.data);
69 }
70
71 _reset_internal();
72 return Error::kOk;
73}
74
75Error String::clear() noexcept {
76 if (is_large_or_external()) {

Callers 15

_emit_op_arrayMethod · 0.45
on_detachMethod · 0.45
on_reinitMethod · 0.45
_new_reg_with_nameMethod · 0.45
_new_stackMethod · 0.45
_new_constMethod · 0.45
BaseCompiler_clearFunction · 0.45
UNITFunction · 0.45
runFunction · 0.45
prepareFunction · 0.45
add_nodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected