Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ hasFilePath
Method
hasFilePath
src/input/stream/StreamerData.cpp:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
bool StreamerData::hasFilePath() const {
110
base::MutexLock lock(_mutex);
111
return _uri !=
"None"
;
112
}
113
114
} // namespace stream
115
} // namespace input
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected