MCPcopy Create free account
hub / github.com/apache/trafficserver / TSFetchLaunch

Function TSFetchLaunch

src/api/InkAPI.cc:6681–6687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6679}
6680
6681void
6682TSFetchLaunch(TSFetchSM fetch_sm)
6683{
6684 sdk_assert(sdk_sanity_check_fetch_sm(fetch_sm) == TS_SUCCESS);
6685
6686 (reinterpret_cast<FetchSM *>(fetch_sm))->ext_launch();
6687}
6688
6689void
6690TSFetchDestroy(TSFetchSM fetch_sm)

Callers 2

runMethod · 0.85
ts_lua_fetch_one_itemFunction · 0.85

Calls 2

ext_launchMethod · 0.45

Tested by

no test coverage detected