Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SerenityOS/jakt
/ ByteString
Method
ByteString
bootstrap/stage0/runtime/AK/ByteString.cpp:340–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
ByteString::ByteString(DeprecatedFlyString const& string)
341
: m_impl(string.impl())
342
{
343
}
344
345
ByteString ByteString::to_lowercase() const
346
{
Callers
nothing calls this directly
Calls
1
impl
Method · 0.45
Tested by
no test coverage detected