MCPcopy Create free account
hub / github.com/ablab/spades / FindInEnvPath

Method FindInEnvPath

ext/src/llvm/Process.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28//===----------------------------------------------------------------------===//
29
30Optional<std::string> Process::FindInEnvPath(StringRef EnvName,
31 StringRef FileName) {
32 return FindInEnvPath(EnvName, FileName, {});
33}
34
35Optional<std::string> Process::FindInEnvPath(StringRef EnvName,
36 StringRef FileName,

Callers

nothing calls this directly

Calls 13

assertClass · 0.85
is_absoluteFunction · 0.85
GetEnvFunction · 0.85
SplitStringFunction · 0.85
any_ofFunction · 0.85
equivalentFunction · 0.85
appendFunction · 0.70
existsFunction · 0.70
TwineClass · 0.50
hasValueMethod · 0.45
getValueMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected