MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / getFilePath

Method getFilePath

src/input/childpipe/TSReaderData.cpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 // =======================================================================
81
82 std::string TSReaderData::getFilePath() const {
83 base::MutexLock lock(_mutex);
84 return _filePath;
85 }
86
87 bool TSReaderData::hasFilePath() const {
88 base::MutexLock lock(_mutex);

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected