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

Function CreateFlatBuffersBackedObject

tools/flatbuffers_backed_impl.cc:337–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337const CelMap* CreateFlatBuffersBackedObject(const uint8_t* flatbuf,
338 const reflection::Schema& schema,
339 google::protobuf::Arena* arena) {
340 return google::protobuf::Arena::Create<const FlatBuffersMapImpl>(
341 arena, *flatbuffers::GetAnyRoot(flatbuf), schema, *schema.root_table(),
342 arena);
343}
344
345} // namespace runtime
346} // namespace expr

Callers 1

FlatBuffersTestClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected