Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ str_byte_next
Function
str_byte_next
src/base/str.cpp:940–945 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
938
}
939
940
static unsigned char str_byte_next(const char **ptr)
941
{
942
unsigned char byte_value = **ptr;
943
(*ptr)++;
944
return byte_value;
945
}
946
947
static void str_byte_rewind(const char **ptr)
948
{
Callers
1
str_utf8_decode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected