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

Method call

bolt/expression/tests/ArrayWriterTest.cpp:579–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577struct CopyFromFunc {
578 template <typename TOut>
579 void call(TOut& out) {
580 out.copy_from(makeCopyFromTestData());
581 }
582};
583
584TEST_F(ArrayWriterTest, copyFromE2EMapArray) {

Callers

nothing calls this directly

Calls 2

makeCopyFromTestDataFunction · 0.70
copy_fromMethod · 0.45

Tested by

no test coverage detected