Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
void string::mark_input() {
40
for (auto & part : parts) {
41
part.is_input = true;
42
}
43
}
44
45
std::string string::str() const {
46
if (parts.size() == 1) {
Callers
1
from_json
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected