Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ phone_cat
Function
phone_cat
extlibs/soloud/src/audiosource/speech/tts.cpp:1087–1093 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1085
}
1086
1087
static void phone_cat(darray *arg, const char *s)
1088
{
1089
char ch;
1090
1091
while ((ch = *s++))
1092
arg->put(ch);
1093
}
1094
1095
1096
static int find_rule(darray *arg, char *word, int index, Rule *rules)
Callers
1
find_rule
Function · 0.85
Calls
1
put
Method · 0.80
Tested by
no test coverage detected