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

Method c_str

libminifi/include/utils/SmallString.h:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 const char* c_str() const {
42 return this->data();
43 }
44
45 friend std::ostream &operator<<(std::ostream &out, const SmallString &str) {
46 return out << str.c_str();

Callers 15

create_processorFunction · 0.80
clear_content_repoFunction · 0.80
generate_flowFunction · 0.80
flowfile_to_recordFunction · 0.80
test_lists_equalFunction · 0.80
verify_uuidFunction · 0.80
create_instance_objFunction · 0.80
custom_ontrigger_logicFunction · 0.80
CAPITests.cppFile · 0.80

Calls

no outgoing calls

Tested by 15

test_lists_equalFunction · 0.64
verify_uuidFunction · 0.64
create_instance_objFunction · 0.64
custom_ontrigger_logicFunction · 0.64
FileManagerMethod · 0.64
~FileManagerMethod · 0.64
GetFileSizeMethod · 0.64
TestPlanMethod · 0.64
addProcessorMethod · 0.64
RandomServerSocketMethod · 0.64