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

Function init_api

python/library/python_lib.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38
39int init_api(const char *resource){
40 core::ClassLoader::getDefaultClassLoader().registerResource(resource, "createHttpCurlFactory");
41 return 0;
42}
43
44#ifdef __cplusplus
45}

Callers

nothing calls this directly

Calls 1

registerResourceMethod · 0.45

Tested by

no test coverage detected