Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ xo_close_list_h
Function
xo_close_list_h
tools/libxo/libxo/libxo.c:7237–7241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7235
}
7236
7237
xo_ssize_t
7238
xo_close_list_h (xo_handle_t *xop, const char *name)
7239
{
7240
return xo_transition(xop, 0, name, XSS_CLOSE_LIST);
7241
}
7242
7243
xo_ssize_t
7244
xo_close_list (const char *name)
Callers
3
xo_close_list
Function · 0.85
xo_close_list_hd
Function · 0.85
xo_close_list_d
Function · 0.85
Calls
1
xo_transition
Function · 0.85
Tested by
no test coverage detected