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

Function replay_ctx_release

sequencer.c:406–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404}
405
406static void replay_ctx_release(struct replay_ctx *ctx)
407{
408 strbuf_release(&ctx->current_fixups);
409 strbuf_release(&ctx->message);
410}
411
412void replay_opts_release(struct replay_opts *opts)
413{

Callers 1

replay_opts_releaseFunction · 0.85

Calls 1

strbuf_releaseFunction · 0.85

Tested by

no test coverage detected