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

Function jw_object_string

json-writer.c:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void jw_object_string(struct json_writer *jw, const char *key, const char *value)
158{
159 object_common(jw, key);
160 append_quoted_string(&jw->json, value);
161}
162
163void jw_object_intmax(struct json_writer *jw, const char *key, intmax_t value)
164{

Callers 15

trace2_fetch_infoFunction · 0.85
event_fmt_prepareFunction · 0.85
fn_version_flFunction · 0.85
maybe_add_string_vaFunction · 0.85
fn_error_va_flFunction · 0.85
fn_command_path_flFunction · 0.85
fn_command_name_flFunction · 0.85
fn_command_mode_flFunction · 0.85
fn_alias_flFunction · 0.85
fn_child_start_flFunction · 0.85
fn_child_ready_flFunction · 0.85
fn_exec_flFunction · 0.85

Calls 2

object_commonFunction · 0.85
append_quoted_stringFunction · 0.85

Tested by 5

make_obj1Function · 0.68
make_obj5Function · 0.68
make_inline1Function · 0.68
make_inline2Function · 0.68
scriptedFunction · 0.68