MCPcopy Create free account
hub / github.com/git/git / strbuf_swap

Function strbuf_swap

strbuf.h:129–132  ·  view source on GitHub ↗

* Swap the contents of two string buffers. */

Source from the content-addressed store, hash-verified

127 * Swap the contents of two string buffers.
128 */
129static inline void strbuf_swap(struct strbuf *a, struct strbuf *b)
130{
131 SWAP(*a, *b);
132}
133
134
135/**

Callers 15

strbuf_normalize_pathFunction · 0.85
end_align_handlerFunction · 0.85
if_then_else_handlerFunction · 0.85
end_atom_handlerFunction · 0.85
parse_pathspec_fileFunction · 0.85
mks_tempfile_dtFunction · 0.85
write_archive_entryFunction · 0.85
repair_worktree_at_pathFunction · 0.85
strbuf_utf8_replaceFunction · 0.85
complete_actionFunction · 0.85
strbuf_wrapFunction · 0.85
handle_conflictFunction · 0.85

Calls

no outgoing calls

Tested by 1

parse_pathspec_fileFunction · 0.68