MCPcopy Create free account
hub / github.com/Shannon-Data/ShannonBase / swap

Function swap

include/sql_string.h:663–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663static inline void swap(String &a, String &b) noexcept { a.swap(b); }
664
665static inline std::string to_string(const String &str) {
666 return std::string(str.ptr(), str.length());

Callers 15

swapMethod · 0.70
shrink_to_fitMethod · 0.70
heapifyMethod · 0.70
reverse_heapifyMethod · 0.70
swapMethod · 0.70
sortMethod · 0.70
Generic_mutex_lockClass · 0.70
multi_reg_replaceFunction · 0.50
sendMethod · 0.50
swapMethod · 0.50
expect.ccFile · 0.50
message_serializeMethod · 0.50

Calls 1

swapMethod · 0.45

Tested by 4

message_serializeMethod · 0.40
char_ptr_fooFunction · 0.40
foreign_key_prefixFunction · 0.40
TESTFunction · 0.40