MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / ClearDirCache

Method ClearDirCache

neo/framework/FileSystem.cpp:3703–3711  ·  view source on GitHub ↗

================ idFileSystemLocal::ClearDirCache ================ */

Source from the content-addressed store, hash-verified

3701================
3702*/
3703void idFileSystemLocal::ClearDirCache( void ) {
3704 int i;
3705
3706 dir_cache_index = 0;
3707 dir_cache_count = 0;
3708 for( i = 0; i < MAX_CACHED_DIRS; i++ ) {
3709 dir_cache[ i ].Clear();
3710 }
3711}
3712
3713/*
3714===============

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected