MCPcopy Create free account
hub / github.com/biometrics/openbr / scratchPath

Method scratchPath

openbr/openbr_plugin.cpp:1329–1332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1327}
1328
1329QString br::Context::scratchPath()
1330{
1331 return QString("%1/%2-%3.%4").arg(QDir::homePath(), PRODUCT_NAME, QString::number(PRODUCT_VERSION_MAJOR), QString::number(PRODUCT_VERSION_MINOR));
1332}
1333
1334
1335QStringList br::Context::objects(const char *abstractions, const char *implementations, bool parameters)

Callers 2

meanMethod · 0.80
refreshImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected