Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
BigDecimal
Method · 0.45
decodeCurrentCodePoint
Method · 0.45
peekCodePoint
Method · 0.45
consumeCodePoint
Method · 0.45
StringView
Method · 0.45
StringView
Class · 0.45
compare
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
format
Method · 0.45
OwnedVariantValue
Method · 0.45
linearSearch
Method · 0.45
Calls
no outgoing calls
Tested by
10
runStringViewCreate
Function · 0.36
filterMultiRange
Function · 0.36
filterNegatedValues
Function · 0.36
filterMultiRange
Function · 0.36
filterNegatedValues
Function · 0.36
testBytes
Function · 0.36
testMergeWithBytes
Function · 0.36
TEST
Function · 0.36
run4x64
Function · 0.36
testToByteArray
Function · 0.36