Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
empty
Method · 0.45
find
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected