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

Method full_name

subprojects/llama.cpp/tests/testing.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 std::string full_name() const {
37 return string_join(stack, ".");
38 }
39
40 void log(const std::string & msg) {
41 if (verbose) {

Callers

nothing calls this directly

Calls 1

string_joinFunction · 0.85

Tested by

no test coverage detected