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

Function xo_stack_flags

tools/libxo/libxo/libxo.c:6920–6926  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6918}
6919
6920static xo_xsf_flags_t
6921xo_stack_flags (xo_xof_flags_t xflags)
6922{
6923 if (xflags & XOF_DTRT)
6924 return XSF_DTRT;
6925 return 0;
6926}
6927
6928static void
6929xo_emit_top (xo_handle_t *xop, const char *ppn)

Callers 5

xo_do_open_containerFunction · 0.85
xo_do_open_listFunction · 0.85
xo_do_open_leaf_listFunction · 0.85
xo_do_open_instanceFunction · 0.85
xo_explicit_transitionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected