MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / clear

Method clear

src/llama-sampler.cpp:111–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 void clear() {
112 // here only reset the status of the buffer
113 sz = 0;
114 first = 0;
115 pos = 0;
116 }
117
118 bool empty() const {
119 return sz == 0;

Calls

no outgoing calls

Tested by

no test coverage detected