MCPcopy Create free account
hub / github.com/F-Stack/f-stack / xo_xml_leader

Function xo_xml_leader

tools/libxo/libxo/libxo.c:574–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574static const char *
575xo_xml_leader (xo_handle_t *xop, const char *name)
576{
577 return xo_xml_leader_len(xop, name, strlen(name));
578}
579
580/*
581 * We need to decide if stdout is line buffered (_IOLBF). Lacking a

Callers 4

xo_do_open_containerFunction · 0.85
xo_do_close_containerFunction · 0.85
xo_do_open_instanceFunction · 0.85
xo_do_close_instanceFunction · 0.85

Calls 1

xo_xml_leader_lenFunction · 0.85

Tested by

no test coverage detected