Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ getSbinDir
Function
getSbinDir
src/tests/utils.cpp:172–181 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
171
172
string getSbinDir()
173
{
174
string path = path::join(tests::flags.build_dir,
"src"
);
175
176
if (!os::exists(path) && searchInstallationDirectory) {
177
path = SBINDIR;
178
}
179
180
return path;
181
}
182
183
184
string getWebUIDir()
Callers
1
execute
Function · 0.85
Calls
2
join
Function · 0.50
exists
Function · 0.50
Tested by
no test coverage detected