Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davmac314/dinit
/ operator[]
Method
operator[]
src/includes/static-string.h:155–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
static constexpr int length = N;
154
155
constexpr char operator[](int i) const
156
{
157
return arr[i];
158
}
159
160
const char *c_str() const { return arr; }
161
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected