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

Method hasFilePath

src/input/childpipe/TSReaderData.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 bool TSReaderData::hasFilePath() const {
88 base::MutexLock lock(_mutex);
89 return _filePath != "None";
90 }
91
92} // namespace childpipe
93} // namespace input

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected