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

Function MemoryManagerTestModeTupleName

base/internal/memory_manager_testing.h:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47inline std::string MemoryManagerTestModeTupleName(
48 const testing::TestParamInfo<std::tuple<MemoryManagerTestMode>>& info) {
49 return MemoryManagerTestModeToString(std::get<0>(info.param));
50}
51
52} // namespace cel::base_internal
53

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected