MCPcopy Create free account
hub / github.com/Gecode/gecode / stat

Class stat

gecode/flatzinc/parser.tab.cpp:575–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573 int fd;
574 char* data;
575 struct stat sbuf;
576 fd = open(filename.c_str(), O_RDONLY);
577 if (fd == -1) {
578 err << "Cannot open file " << filename << endl;

Callers 1

parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected