MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / hasFileAssociation

Method hasFileAssociation

Source/Utils/ini.hpp:579–585  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577 }
578
579 bool hasFileAssociation(std::string filename)
580 {
581 if (source == SOURCE_MEMORY && filename == "") //No association to a file
582 return false;
583
584 return true;
585 }
586
587 ///Output
588 //Creates a section as a string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected