MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / good

Method good

src/mdebug.cpp:505–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503 }
504 }
505 bool good() {
506 return good_;
507 }
508private:
509 void add_file(std::string&& filename) {
510 files_.emplace_back(MDebugFile{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected