Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ resolveIssue
Method
resolveIssue
flow/FileTraceLogWriter.cpp:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
void resolveIssue(std::string const& issue) {
66
MutexHolder h(mutex);
67
issues.erase(issue);
68
}
69
70
private:
71
mutable Mutex mutex;
Callers
nothing calls this directly
Calls
1
erase
Method · 0.45
Tested by
no test coverage detected