MCPcopy Create free account
hub / github.com/DFHack/dfhack / InternalIsFileLoaded

Method InternalIsFileLoaded

depends/protobuf/google/protobuf/descriptor.cc:793–796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

791}
792
793bool DescriptorPool::InternalIsFileLoaded(const string& filename) const {
794 MutexLockMaybe lock(mutex_);
795 return tables_->FindFile(filename) != NULL;
796}
797
798// generated_pool ====================================================
799

Callers 1

TESTFunction · 0.80

Calls 1

FindFileMethod · 0.45

Tested by 1

TESTFunction · 0.64