Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
89
CubeAPI::CubeAPI() : _meta(NULL) {}
90
CubeAPI::~CubeAPI() { CHECK_EQ(0, bthread_key_delete(_tls_key)); }
91
92
int CubeAPI::init(const char* conf_file) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected