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

Function xo_get_style

tools/libxo/libxo/libxo.c:1998–2003  ·  view source on GitHub ↗

* Return the current style of a handle * * @param xop XO handle to access * @return The handle's current style */

Source from the content-addressed store, hash-verified

1996 * @return The handle's current style
1997 */
1998xo_style_t
1999xo_get_style (xo_handle_t *xop)
2000{
2001 xop = xo_default(xop);
2002 return xo_style(xop);
2003}
2004
2005/**
2006 * Return the XO_STYLE_* value matching a given name

Callers 1

mainFunction · 0.85

Calls 2

xo_defaultFunction · 0.85
xo_styleFunction · 0.85

Tested by

no test coverage detected