Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
243
void cache_skip_data(TRWCache* cache, uint32_t len)
244
{
245
cache_copy_out(cache, NULL, len);
246
}
247
248
void cache_append_buffer(TRWCache* cache, TSkBuffer* buff)
249
{
Callers
3
DispathTcp
Method · 0.85
DispathUdp
Method · 0.85
cache_tcp_send
Function · 0.85
Calls
1
cache_copy_out
Function · 0.85
Tested by
no test coverage detected