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

Method MakeDispatcher

common/values/custom_map_value_test.cc:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177 CustomMapValue MakeDispatcher() {
178 return UnsafeCustomMapValue(
179 &test_dispatcher_, CustomValueContent::From<CustomMapValueTestContent>(
180 CustomMapValueTestContent{.arena = arena()}));
181 }
182
183 protected:
184 CustomMapValueDispatcher test_dispatcher_ = {

Callers

nothing calls this directly

Calls 1

UnsafeCustomMapValueFunction · 0.85

Tested by

no test coverage detected