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

Function jw_release

json-writer.c:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void jw_release(struct json_writer *jw)
13{
14 strbuf_release(&jw->json);
15 strbuf_release(&jw->open_stack);
16}
17
18/*
19 * Append JSON-quoted version of the given string to 'out'.

Callers 15

trace2_fetch_infoFunction · 0.85
fn_too_many_files_flFunction · 0.85
fn_version_flFunction · 0.85
fn_start_flFunction · 0.85
fn_exit_flFunction · 0.85
fn_signalFunction · 0.85
fn_atexitFunction · 0.85
fn_error_va_flFunction · 0.85

Calls 1

strbuf_releaseFunction · 0.85

Tested by 3

make_nest1Function · 0.68
make_mixed1Function · 0.68
scriptedFunction · 0.68