MCPcopy Index your code
hub / github.com/git/git / xml_entities

Function xml_entities

http-push.c:188–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186};
187
188static char *xml_entities(const char *s)
189{
190 struct strbuf buf = STRBUF_INIT;
191 strbuf_addstr_xml_quoted(&buf, s);
192 return strbuf_detach(&buf, NULL);
193}
194
195static void curl_setup_http_get(CURL *curl, const char *url,
196 const char *custom_req)

Callers 2

lock_remoteFunction · 0.85
locking_availableFunction · 0.85

Calls 2

strbuf_addstr_xml_quotedFunction · 0.85
strbuf_detachFunction · 0.85

Tested by

no test coverage detected