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

Method clear

lib/asmjit/asmjit/core/string.cpp:75–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75Error String::clear() noexcept {
76 if (is_large_or_external()) {
77 _large.size = 0;
78 _large.data[0] = '\0';
79 }
80 else {
81 _raw.uptr[0] = 0;
82 }
83
84 return Error::kOk;
85}
86
87// String - Prepare
88// ================

Callers 15

runMethod · 0.45
prepareMethod · 0.45
run_archMethod · 0.45
unassignMethod · 0.45
_log_blockFunction · 0.45
_log_nodeFunction · 0.45
clearFunction · 0.45
build_cfg_viewsMethod · 0.45
build_livenessMethod · 0.45
bin_packMethod · 0.45
annotate_codeMethod · 0.45

Calls

no outgoing calls

Tested by 2

runMethod · 0.36
prepareMethod · 0.36