MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / TearDown

Method TearDown

tensorflow/core/platform/env_test.cc:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 void SetUp() override { TF_CHECK_OK(env_->CreateDir(BaseDir())); }
66
67 void TearDown() override {
68 int64 undeleted_files, undeleted_dirs;
69 TF_CHECK_OK(
70 env_->DeleteRecursively(BaseDir(), &undeleted_files, &undeleted_dirs));
71 }
72
73 Env* env_ = Env::Default();
74};

Callers

nothing calls this directly

Calls 2

BaseDirFunction · 0.85
DeleteRecursivelyMethod · 0.45

Tested by

no test coverage detected