MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / common_log

Method common_log

subprojects/llama.cpp/common/log.cpp:122–122  ·  view source on GitHub ↗

default capacity - will be expanded if needed

Source from the content-addressed store, hash-verified

120struct common_log {
121 // default capacity - will be expanded if needed
122 common_log() : common_log(256) {}
123
124 common_log(size_t capacity) {
125 file = nullptr;

Callers

nothing calls this directly

Calls 2

t_usFunction · 0.85
resizeMethod · 0.45

Tested by

no test coverage detected