Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/ALP
/ isInlined
Method
isInlined
publication/source_code/bench_end_to_end/src/common/runtime/String.cpp:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
bool SmallStringView::isInlined() const { return size() <= foldCapacity; }
45
46
std::ostream& operator<<(std::ostream& os, const SmallStringView& str) {
47
os.write(str.data(), str.size());
Callers
1
operator==
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected