Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ remove
Method
remove
src/IO/OpenedFileCache.h:93–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
void remove(const std::string & path, int flags)
94
{
95
const auto bucket = hash(path);
96
impls[bucket].remove(path, flags);
97
}
98
99
static OpenedFileCache & instance()
100
{
Callers
nothing calls this directly
Calls
1
hash
Function · 0.50
Tested by
no test coverage detected