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

Function write_state_bool

builtin/am.c:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245static void write_state_bool(const struct am_state *state,
246 const char *name, int value)
247{
248 write_state_text(state, name, value ? "t" : "f");
249}
250
251/**
252 * If state->quiet is false, calls fprintf(fp, fmt, ...), and appends a newline

Callers 2

am_setupFunction · 0.85
am_runFunction · 0.85

Calls 1

write_state_textFunction · 0.85

Tested by

no test coverage detected