MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / KeepAlive

Method KeepAlive

runtime/internal/runtime_env.cc:66–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void RuntimeEnv::KeepAlive(std::shared_ptr<const void> keep_alive) {
67 if (keep_alive == nullptr) {
68 return;
69 }
70 keep_alives.deque.push_back(std::move(keep_alive));
71}
72
73} // namespace cel::runtime_internal

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected