MCPcopy Create free account
hub / github.com/apple/foundationdb / resolveIssue

Method resolveIssue

flow/FileTraceLogWriter.cpp:83–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 impl->retrieveIssues(out);
82}
83void IssuesList::resolveIssue(std::string const& issue) {
84 impl->resolveIssue(issue);
85}
86
87FileTraceLogWriter::FileTraceLogWriter(std::string const& directory,
88 std::string const& processName,

Callers 2

writeMethod · 0.45
openMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected