MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / bark_reset_statistics

Function bark_reset_statistics

bark.cpp:2461–2466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2459}
2460
2461void bark_reset_statistics(struct bark_context* bctx) {
2462 if (!bctx) {
2463 return;
2464 }
2465 memset(&bctx->stats, 0, sizeof(bark_statistics));
2466}

Callers 1

bark_generate_audioFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected