Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlatformLab/NanoLog
/ staticStrlen
Function
staticStrlen
runtime/NanoLogCpp17Test.cc:383–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
382
template<int N>
383
constexpr static int
384
staticStrlen(const char (&)[N]) {
385
return N;
386
}
387
388
template<int N>
389
constexpr static int
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected