Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ str_length
Function
str_length
server/src/system.c:1569–1572 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1567
}
1568
1569
int str_length(const char *str)
1570
{
1571
return (int)strlen(str);
1572
}
1573
1574
void str_format(char *buffer, int buffer_size, const char *format, ...)
1575
{
Callers
6
io_open
Function · 0.85
fs_listdir
Function · 0.85
Update
Method · 0.85
AcceptClient
Method · 0.85
Update
Method · 0.85
Send
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected