Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSVIONTodoGet
Function
TSVIONTodoGet
src/api/InkIOCoreAPI.cc:381–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
}
380
381
int64_t
382
TSVIONTodoGet(TSVIO viop)
383
{
384
sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
385
386
VIO *vio = (VIO *)viop;
387
return vio->ntodo();
388
}
389
390
TSCont
391
TSVIOContGet(TSVIO viop)
Callers
15
InterceptInterceptHook
Function · 0.85
handle_buffering
Function · 0.85
body_reader_helper
Function · 0.85
transform_buffer_event
Function · 0.85
wake_up_streams
Function · 0.85
handle_transform
Function · 0.85
handle_transform
Function · 0.85
handle_transform
Function · 0.85
cache_handler
Function · 0.85
handle_transform
Function · 0.85
handleTransformationPluginRead
Function · 0.85
handle_transform
Function · 0.85
Calls
2
sdk_sanity_check_iocore_structure
Function · 0.85
ntodo
Method · 0.80
Tested by
2
cache_handler
Function · 0.68
handle_transform
Function · 0.68