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

Function make_obj5

t/helper/test-json-writer.c:84–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84static void make_obj5(int pretty)
85{
86 jw_object_begin(&obj5, pretty);
87 {
88 jw_object_string(&obj5, "abc" "\x09" "def", "abc" "\\" "def");
89 }
90 jw_end(&obj5);
91}
92
93static void make_obj6(int pretty)
94{

Callers

nothing calls this directly

Calls 3

jw_object_beginFunction · 0.85
jw_object_stringFunction · 0.85
jw_endFunction · 0.85

Tested by

no test coverage detected