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

Method getClasses

libminifi/include/core/ClassLoader.h:328–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 }
327
328 std::vector<std::string> getClasses(const std::string &group) {
329 std::lock_guard<std::mutex> lock(internal_mutex_);
330 return module_mapping_[group];
331 }
332
333 std::vector<std::string> getGroups() {
334 std::vector<std::string> groups;

Callers 1

getClassDescriptionsMethod · 0.80

Calls 4

getClassNamesMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected