MCPcopy Create free account
hub / github.com/Luce-Org/lucebox-hub / append

Function append

server/src/common/spark_corpus.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void append(std::string & out, const std::string & s) {
24 if (!s.empty()) { out += s; out += '\n'; }
25}
26
27// Claude Code message.content (string or array of typed blocks) -> text.
28void claude_blocks(const json & content, std::string & out) {

Callers 2

claude_blocksFunction · 0.85
codex_session_textFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected