Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ clear
Method
clear
common/sampling.cpp:89–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void clear() {
90
// here only reset the status of the buffer
91
sz = 0;
92
first = 0;
93
pos = 0;
94
}
95
96
bool empty() const {
97
return sz == 0;
Callers
15
from_ast
Method · 0.45
map
Method · 0.45
_visit_pattern
Method · 0.45
parse_ini_from_file
Function · 0.45
begin
Method · 0.45
draft
Method · 0.45
draft
Method · 0.45
parse_csv_row
Function · 0.45
common_params_parser_init
Function · 0.45
common_get_device_memory_data
Function · 0.45
common_init_from_params
Function · 0.45
common_control_vector_load_one
Function · 0.45
Calls
no outgoing calls
Tested by
3
begin
Method · 0.36
draft
Method · 0.36
draft
Method · 0.36