MCPcopy Create free account
hub / github.com/Samsung/UTopia / CompileHelper

Method CompileHelper

tests/testutil/CompileHelper.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace ftg {
13
14CompileHelper::CompileHelper(std::string SrcDir) {
15 if (SrcDir.empty())
16 SrcDir = getTmpDirPath();
17 this->SrcDir = SrcDir;
18};
19
20std::string CompileHelper::getCompiler(SourceType Type) {
21

Callers

nothing calls this directly

Calls 2

getTmpDirPathFunction · 0.85
emptyMethod · 0.80

Tested by

no test coverage detected