MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / is_ok

Method is_ok

extensions/sqlite/SQLiteConnection.h:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 }
133
134 bool is_ok() {
135 return is_ok_;
136 }
137
138 bool is_done() {
139 return is_done_;

Callers 3

SQLiteTests.cppFile · 0.80
onTriggerMethod · 0.80
onTriggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected