Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
void 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
toIntermediate
Method · 0.45
toIntermediate
Method · 0.45
callImpl
Method · 0.45
call
Method · 0.45
callImpl
Method · 0.45
call
Method · 0.45
call
Method · 0.45
call
Method · 0.45
call
Method · 0.45
call
Method · 0.45
toIntermediate
Method · 0.45
call
Method · 0.45
Calls
1
kind
Method · 0.95
Tested by
15
toIntermediate
Method · 0.36
toIntermediate
Method · 0.36
call
Method · 0.36
call
Method · 0.36
call
Method · 0.36
call
Method · 0.36
call
Method · 0.36
TEST_F
Function · 0.36
call
Method · 0.36
TEST_F
Function · 0.36
call
Method · 0.36
TEST_F
Function · 0.36