MCPcopy Create free account
hub / github.com/Singular/Singular / VoiceName

Function VoiceName

Singular/fevoices.cc:58–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56*/
57const char sNoName_fe[]="_";
58const char * VoiceName()
59{
60 if ((currentVoice!=NULL)
61 && (currentVoice->filename!=NULL))
62 return currentVoice->filename;
63 return sNoName_fe;
64}
65
66int VoiceLine()
67{

Callers 7

enteridFunction · 0.85
iiAliasFunction · 0.85
jiA_POLYFunction · 0.85
jiAssign_listFunction · 0.85
yyerrorFunction · 0.85
iiDebugFunction · 0.85
iiParameterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected