Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
Status 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
Open
Method · 0.85
Calls
2
SetPragma
Function · 0.85
GetEnv
Function · 0.85
Tested by
no test coverage detected