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

Method mark_input

subprojects/llama.cpp/common/jinja/string.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37//
38
39void string::mark_input() {
40 for (auto & part : parts) {
41 part.is_input = true;
42 }
43}
44
45std::string string::str() const {
46 if (parts.size() == 1) {

Callers 1

from_jsonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected