MCPcopy Create free account
hub / github.com/alibaba/graph-learn / UninitGoogleLogging

Function UninitGoogleLogging

graphlearn/src/common/base/log.cc:39–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void UninitGoogleLogging() {
40 if (!_is_google_logging_initialized) {
41 return;
42 }
43 _is_google_logging_initialized = false;
44
45 ::google::ShutdownGoogleLogging();
46}
47
48
49void Log(const char* msg) {

Callers 14

~EdgeLoaderTestMethod · 0.50
~NodeLoaderTestMethod · 0.50
~AggregationOpTestMethod · 0.50
~GraphOpTestMethod · 0.50
~GraphStorageTestMethod · 0.50
~NodeStorageTestMethod · 0.50
~GraphStoreTestMethod · 0.50
~ServerImplMethod · 0.50
~GraphRequestTestMethod · 0.50
~LocalFSTestMethod · 0.50

Calls

no outgoing calls

Tested by 13

~EdgeLoaderTestMethod · 0.40
~NodeLoaderTestMethod · 0.40
~AggregationOpTestMethod · 0.40
~GraphOpTestMethod · 0.40
~GraphStorageTestMethod · 0.40
~NodeStorageTestMethod · 0.40
~GraphStoreTestMethod · 0.40
~GraphRequestTestMethod · 0.40
~LocalFSTestMethod · 0.40
~EnvTestMethod · 0.40