Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
int 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
registerResource
Method · 0.45
Tested by
no test coverage detected