MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / valid

Method valid

src/core/judgingthread.cpp:131–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130 public:
131 auto valid() const -> bool { return file != nullptr; }
132 auto eof() const -> bool { return isEof; }
133 auto line() const -> int { return lineNumber; }
134 auto nextUntilNewLine() -> std::string_view;

Callers 2

compareLineByLineMethod · 0.80
compareIgnoreSpacesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected