MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cache_skip_data

Function cache_skip_data

adapter/micro_thread/mt_cache.cpp:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void cache_skip_data(TRWCache* cache, uint32_t len)
244{
245 cache_copy_out(cache, NULL, len);
246}
247
248void cache_append_buffer(TRWCache* cache, TSkBuffer* buff)
249{

Callers 3

DispathTcpMethod · 0.85
DispathUdpMethod · 0.85
cache_tcp_sendFunction · 0.85

Calls 1

cache_copy_outFunction · 0.85

Tested by

no test coverage detected