MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / MutRegistryError

Function MutRegistryError

oneflow/core/common/registry_error.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21namespace {
22std::shared_ptr<StackedError>* MutRegistryError() {
23 static std::shared_ptr<StackedError> registry_error;
24 return &registry_error;
25}
26} // namespace
27
28Maybe<void> CheckAndClearRegistryFlag() {

Callers 2

CatchRegistryErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected