Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSConfigRelease
Function
TSConfigRelease
src/api/InkAPI.cc:3217–3221 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3215
}
3216
3217
void
3218
TSConfigRelease(unsigned int id, TSConfig configp)
3219
{
3220
configProcessor.release(id, reinterpret_cast<ConfigInfo *>(configp));
3221
}
3222
3223
void *
3224
TSConfigDataGet(TSConfig configp)
Callers
1
REGRESSION_TEST(SDK_API_TSConfig)
Function · 0.85
Calls
1
release
Method · 0.45
Tested by
1
REGRESSION_TEST(SDK_API_TSConfig)
Function · 0.68