Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpvrlab/ImagePlay
/ FvPlatform
Method
FvPlatform
_fervor/fvplatform.cpp:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include <QDebug>
4
5
FvPlatform::FvPlatform(QObject *parent) :
6
QObject(parent)
7
{
8
// noop
9
}
10
11
bool FvPlatform::CurrentlyRunningOnPlatform(QString platform)
12
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected