MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / Get

Method Get

GTE/Applications/Environment.cpp:44–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44std::string Environment::Get(int32_t i) const
45{
46 if (0 <= i && i < static_cast<int32_t>(mDirectories.size()))
47 {
48 return mDirectories[i];
49 }
50
51 LogError("Invalid index.");
52}
53
54bool Environment::Insert(std::string const& directory)
55{

Callers 3

LoadMethod · 0.45
DoLoadMethod · 0.45
SaveToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected