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

Function strbuf_addstr_urlencode

strbuf.c:843–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843void strbuf_addstr_urlencode(struct strbuf *sb, const char *s,
844 char_predicate allow_unencoded_fn)
845{
846 strbuf_add_urlencode(sb, s, strlen(s), allow_unencoded_fn);
847}
848
849void humanise_count(size_t count, char **value, const char **unit)
850{

Callers 5

promisor_remote_infoFunction · 0.85
promisor_remote_replyFunction · 0.85
store_credential_fileFunction · 0.85

Calls 1

strbuf_add_urlencodeFunction · 0.85

Tested by

no test coverage detected