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

Method copy_from

bolt/expression/GenericWriter.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193} // namespace
194
195void GenericWriter::copy_from(const GenericView& view) {
196 TypeKind kind = this->kind();
197 BOLT_DYNAMIC_TYPE_DISPATCH_ALL(copy_from_internal, kind, *this, view);
198}
199} // namespace bytedance::bolt::exec

Callers 15

toIntermediateMethod · 0.45
toIntermediateMethod · 0.45
callImplMethod · 0.45
callMethod · 0.45
callImplMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
callMethod · 0.45
toIntermediateMethod · 0.45
callMethod · 0.45

Calls 1

kindMethod · 0.95

Tested by 15

toIntermediateMethod · 0.36
toIntermediateMethod · 0.36
callMethod · 0.36
callMethod · 0.36
callMethod · 0.36
callMethod · 0.36
callMethod · 0.36
TEST_FFunction · 0.36
callMethod · 0.36
TEST_FFunction · 0.36
callMethod · 0.36
TEST_FFunction · 0.36