MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / push

Method push

radiantcore/vfs/UnixPath.h:65–68  ·  view source on GitHub ↗

\brief Appends the directory \p name.

Source from the content-addressed store, hash-verified

63
64 /// \brief Appends the directory \p name.
65 void push(const std::string& name) {
66 _string += name;
67 update();
68 }
69
70 /// \brief Appends the directory [\p first, \p last).
71 void push(const char* first, const char* last) {

Callers 4

preMethod · 0.45
getExpressionMethod · 0.45
finaliseOperatorMethod · 0.45
preMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected