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

Function VoiceLine

Singular/fevoices.cc:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66int VoiceLine()
67{
68 if ((currentVoice!=NULL)
69 && (currentVoice->curr_lineno>=0))
70 return currentVoice->curr_lineno;
71 return -1;
72}
73
74/*2
75* the calling chain of Voices

Callers 3

jiA_POLYFunction · 0.85
jiAssign_listFunction · 0.85
yyerrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected