MCPcopy Create free account
hub / github.com/bytedance/bolt / data

Method data

bolt/type/StringView.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 const char* data() && = delete;
135 const char* data() const& {
136 return isInline() ? prefix_ : value_.data;
137 }

Callers 15

BigDecimalMethod · 0.45
peekCodePointMethod · 0.45
consumeCodePointMethod · 0.45
StringViewMethod · 0.45
StringViewClass · 0.45
compareMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
formatMethod · 0.45
OwnedVariantValueMethod · 0.45
linearSearchMethod · 0.45

Calls

no outgoing calls

Tested by 10

runStringViewCreateFunction · 0.36
filterMultiRangeFunction · 0.36
filterNegatedValuesFunction · 0.36
filterMultiRangeFunction · 0.36
filterNegatedValuesFunction · 0.36
testBytesFunction · 0.36
testMergeWithBytesFunction · 0.36
TESTFunction · 0.36
run4x64Function · 0.36
testToByteArrayFunction · 0.36