MCPcopy 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
340ByteString::ByteString(DeprecatedFlyString const& string)
341 : m_impl(string.impl())
342{
343}
344
345ByteString ByteString::to_lowercase() const
346{

Callers

nothing calls this directly

Calls 1

implMethod · 0.45

Tested by

no test coverage detected