MCPcopy Create free account
hub / github.com/bytedance/bolt / call

Method call

bolt/expression/tests/ArrayWriterTest.cpp:737–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735struct AddItemsTestFunc {
736 template <typename TOut, typename TIn>
737 void call(TOut& out, const TIn& input) {
738 out.add_items(input);
739 out.add_items(input);
740 out.add_items(std::vector<int64_t>{1, 2, 3});
741 }
742
743 // Will be called when there is no nulls in the input.
744 template <typename TOut, typename TIn>

Callers

nothing calls this directly

Calls 1

add_itemsMethod · 0.80

Tested by

no test coverage detected