Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
static 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
35
static string readUntil(istream &f, int c)
36
{
Callers
1
readMatrixProperty
Method · 0.85
Calls
2
eatComment2
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected