MCPcopy 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
1087static void phone_cat(darray *arg, const char *s)
1088{
1089 char ch;
1090
1091 while ((ch = *s++))
1092 arg->put(ch);
1093}
1094
1095
1096static int find_rule(darray *arg, char *word, int index, Rule *rules)

Callers 1

find_ruleFunction · 0.85

Calls 1

putMethod · 0.80

Tested by

no test coverage detected