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

Method ~client

examples/parallel/parallel.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106struct client {
107 ~client() {
108 if (smpl) {
109 common_sampler_free(smpl);
110 }
111 }
112
113 int32_t id = 0;
114

Callers

nothing calls this directly

Calls 1

common_sampler_freeFunction · 0.85

Tested by

no test coverage detected