MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / expectedEphemeral

Function expectedEphemeral

test/ClaudeCacheControlTest.cpp:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace {
15
16QJsonObject expectedEphemeral(bool extendedTtl)
17{
18 QJsonObject obj{{"type", "ephemeral"}};
19 if (extendedTtl)
20 obj["ttl"] = "1h";
21 return obj;
22}
23
24} // namespace
25

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected