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

Function EnvPragma

tensorflow/core/lib/db/sqlite.cc:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104Status EnvPragma(Sqlite* db, const char* pragma, const char* var) {
105 TF_RETURN_WITH_CONTEXT_IF_ERROR(SetPragma(db, pragma, GetEnv(var)), "getenv(",
106 var, ")");
107 return Status::OK();
108}
109
110} // namespace
111

Callers 1

OpenMethod · 0.85

Calls 2

SetPragmaFunction · 0.85
GetEnvFunction · 0.85

Tested by

no test coverage detected