Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antirez/llama.cpp-deepseek-v4-flash
/ empty
Method
empty
common/sampling.cpp:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
bool empty() const {
97
return sz == 0;
98
}
99
100
size_t size() const {
101
return sz;
Callers
1
common_sampler_init
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected