Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
namespace {
15
16
QJsonObject 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
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected