Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ str_byte_rewind
Function
str_byte_rewind
src/base/str.cpp:947–950 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
945
}
946
947
static void str_byte_rewind(const char **ptr)
948
{
949
(*ptr)--;
950
}
951
952
int str_utf8_decode(const char **ptr)
953
{
Callers
1
str_utf8_decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected