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

Function MemoryManagerTestModeName

base/internal/memory_manager_testing.h:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42inline std::string MemoryManagerTestModeName(
43 const testing::TestParamInfo<MemoryManagerTestMode>& info) {
44 return MemoryManagerTestModeToString(info.param);
45}
46
47inline std::string MemoryManagerTestModeTupleName(
48 const testing::TestParamInfo<std::tuple<MemoryManagerTestMode>>& info) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected