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

Function format_session_id

upload-pack.c:1226–1229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224}
1225
1226static void format_session_id(struct strbuf *buf, struct upload_pack_data *d) {
1227 if (d->advertise_sid)
1228 strbuf_addf(buf, " session-id=%s", trace2_session_id());
1229}
1230
1231static void write_v0_ref(struct upload_pack_data *data,
1232 const struct reference *ref,

Callers 1

write_v0_refFunction · 0.85

Calls 2

strbuf_addfFunction · 0.85
trace2_session_idFunction · 0.85

Tested by

no test coverage detected