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

Method copy

include/stringzilla/stringzilla.hpp:3000–3000  ·  view source on GitHub ↗

* @brief Exports this entire view. Not an STL function, but useful for concatenations. * The STL variant expects at least two arguments. */

Source from the content-addressed store, hash-verified

2998 * The STL variant expects at least two arguments.
2999 */
3000 size_type copy(value_type *destination) const noexcept { return view().copy(destination); }
3001
3002#pragma endregion
3003

Callers 9

_build_sdist_forFunction · 0.45
cli_prepare_testsFunction · 0.45
test_sha256Function · 0.45
sz_copyFunction · 0.45
copyMethod · 0.45
basic_stringMethod · 0.45
try_assignMethod · 0.45
try_replace_all_Method · 0.45

Calls

no outgoing calls

Tested by 2

test_sha256Function · 0.36