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

Function PrintfStatus

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

Source from the content-addressed store, hash-verified

70
71template <typename... Args>
72Status PrintfStatus(int rc, const char* fmt, Args&&... args) {
73 return {GetTfErrorCode(rc),
74 strings::Printf(fmt, std::forward<Args>(args)...)};
75}
76
77sqlite3_stmt* PrepareRawOrDie(sqlite3* db, const char* sql) {
78 sqlite3_stmt* stmt = nullptr;

Callers 4

OpenMethod · 0.85
PrepareMethod · 0.85
StepMethod · 0.85
CommitMethod · 0.85

Calls 2

GetTfErrorCodeFunction · 0.85
PrintfFunction · 0.85

Tested by

no test coverage detected