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

Function sz_move

c/stringzilla.c:447–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
449}
450
451SZ_DYNAMIC void sz_fill(sz_ptr_t target, sz_size_t length, sz_u8_t value) {
452 sz_dispatch_table.fill(target, length, value);

Callers 3

memmoveFunction · 0.70
move_Function · 0.50
replace_all_with_finderFunction · 0.50

Calls 1

moveMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…