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

Method find

radiantcore/vfs/GenericFileSystem.h:158–161  ·  view source on GitHub ↗

\brief Returns the file at \p path or end() if not found.

Source from the content-addressed store, hash-verified

156
157 /// \brief Returns the file at \p path or end() if not found.
158 iterator find(const Path& path)
159 {
160 return _entries.find(path);
161 }
162
163 /// \brief Performs a depth-first traversal of the file-system subtree rooted at \p root.
164 /// Traverses the entire tree if \p root is "".

Callers 10

getModuleForPrefixMethod · 0.45
getVisibilityMethod · 0.45
openFileMethod · 0.45
openTextFileMethod · 0.45
containsFileMethod · 0.45
getFileSizeMethod · 0.45
visitFileMethod · 0.45
openFileMethod · 0.45
initPakFileMethod · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected