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

Method begin

radiantcore/vfs/GenericFileSystem.h:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 typedef Entry entry_type;
119
120 iterator begin()
121 {
122 return _entries.begin();
123 }
124
125 iterator end()
126 {

Callers

nothing calls this directly

Calls 3

emptyMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected