Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
406
static void replay_ctx_release(struct replay_ctx *ctx)
407
{
408
strbuf_release(&ctx->current_fixups);
409
strbuf_release(&ctx->message);
410
}
411
412
void replay_opts_release(struct replay_opts *opts)
413
{
Callers
1
replay_opts_release
Function · 0.85
Calls
1
strbuf_release
Function · 0.85
Tested by
no test coverage detected