MCPcopy Create free account
hub / github.com/ashvardanian/StringZilla / sz_copy

Function sz_copy

c/stringzilla.c:443–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441}
442
443SZ_DYNAMIC void sz_copy(sz_ptr_t target, sz_cptr_t source, sz_size_t length) {
444 sz_dispatch_table.copy(target, source, length);
445}
446
447SZ_DYNAMIC void sz_move(sz_ptr_t target, sz_cptr_t source, sz_size_t length) {
448 sz_dispatch_table.move(target, source, length);

Callers 11

memcpyFunction · 0.70
Strs_subscriptFunction · 0.50
Str_write_toFunction · 0.50
Str_like_translateFunction · 0.50
Str_concatFunction · 0.50
Strs_reprFunction · 0.50
Strs_init_from_pyarrowFunction · 0.50
Strs_init_from_tupleFunction · 0.50
copyFunction · 0.50

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…