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

Method is_done

extensions/sqlite/SQLiteConnection.h:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 bool is_done() {
139 return is_done_;
140 }
141
142 bool is_row() {
143 return is_row_;

Callers 1

onTriggerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected