MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / makeKey

Function makeKey

tests/engine/RadixTreeTest.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15using namespace mllm::prefix_cache; // NOLINT
16
17static RadixTreeNodeKey makeKey(std::initializer_list<int64_t> il) {
18 return RadixTreeNodeKey(VectorView<int64_t>(std::vector<int64_t>(il)));
19}
20
21static RadixTreeNodeValue makeValue(size_t len, int blocks) {
22 RadixTreeNodeValue v;

Callers 1

mainFunction · 0.85

Calls 1

RadixTreeNodeKeyClass · 0.85

Tested by

no test coverage detected