Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LiteLDev/LeviLamina
/ StringByteInput
Method
StringByteInput
src/mc/util/StringByteInput.h:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
// NOLINTEND
16
17
StringByteInput(std::string_view sv, size_t offset = 0) noexcept : mIdx(offset), mBuffer(sv) {}
18
19
public:
20
// virtual functions
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected