MCPcopy Create free account
hub / github.com/assimp/assimp / PushDirectory

Method PushDirectory

code/Common/FileSystemFilter.h:171–174  ·  view source on GitHub ↗

------------------------------------------------------------------- Pushes a new directory onto the directory stack. */

Source from the content-addressed store, hash-verified

169 // -------------------------------------------------------------------
170 /** Pushes a new directory onto the directory stack. */
171 bool PushDirectory(const std::string &path ) {
172 ai_assert( nullptr != mWrapped );
173 return mWrapped->PushDirectory(path);
174 }
175
176 // -------------------------------------------------------------------
177 /** Returns the top directory from the stack. */

Callers 4

InternReadFileMethod · 0.45
readInlineMethod · 0.45
InternReadFileMethod · 0.45
InternReadFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected