MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / PromptCache

Method PromptCache

src/include/prompt_cache.hpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60public:
61 PromptCache() : checksum_(0), tool_checksums_() {}
62
63 bool can_use_tool_cache(json& tools) {
64 std::vector<uint64_t> new_tool_checksums = _calculate_tool_checksums(tools);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected