MCPcopy Create free account
hub / github.com/PaddlePaddle/Serving / CubeAPI

Method CubeAPI

core/cube/cube-api/src/cube_api.cpp:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89CubeAPI::CubeAPI() : _meta(NULL) {}
90CubeAPI::~CubeAPI() { CHECK_EQ(0, bthread_key_delete(_tls_key)); }
91
92int CubeAPI::init(const char* conf_file) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected