MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / addFile

Method addFile

src/utilities/bcl/BCLXML.cpp:461–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

459}
460
461void BCLXML::addFile(const BCLFileReference& file) {
462 removeFile(file.path());
463
464 incrementVersionId();
465 m_files.push_back(file);
466}
467
468bool BCLXML::hasFile(const openstudio::path& path) const {
469 bool result = false;

Callers 6

BCLMeasureMethod · 0.45
checkForUpdatesFilesMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
zipDirectoryFunction · 0.45

Calls 2

pathMethod · 0.45
push_backMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36