MCPcopy 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
1569int str_length(const char *str)
1570{
1571 return (int)strlen(str);
1572}
1573
1574void str_format(char *buffer, int buffer_size, const char *format, ...)
1575{

Callers 6

io_openFunction · 0.85
fs_listdirFunction · 0.85
UpdateMethod · 0.85
AcceptClientMethod · 0.85
UpdateMethod · 0.85
SendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected