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

Function eatComment

gfanlib/gfanlib_polymakefile.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27static void eatComment(stringstream &s)
28{
29 int c=s.get();
30 while(c==' '||c=='\t')c=s.get();
31 eatComment2(c,s);
32 s.unget();
33}
34
35static string readUntil(istream &f, int c)
36{

Callers 1

readMatrixPropertyMethod · 0.85

Calls 2

eatComment2Function · 0.85
getMethod · 0.45

Tested by

no test coverage detected