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

Method isInitialized

libminifi/include/FlowController.h:106–108  ·  view source on GitHub ↗

Whether the Flow Controller has already been initialized (loaded flow XML)

Source from the content-addressed store, hash-verified

104
105 // Whether the Flow Controller has already been initialized (loaded flow XML)
106 virtual bool isInitialized() {
107 return initialized_.load();
108 }
109 // Start to run the Flow Controller which internally start the root process group and all its children
110 int16_t start() override;
111 int16_t pause() override {

Callers 1

initialize_content_repoFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected