Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ xo_retain_find
Function
xo_retain_find
tools/libxo/libxo/libxo.c:1315–1320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1313
}
1314
1315
static int
1316
xo_retain_find (const char *fmt UNUSED, xo_field_info_t **valp UNUSED,
1317
unsigned *nump UNUSED)
1318
{
1319
return -1;
1320
}
1321
1322
#else /* !LIBXO_NO_RETAIN */
1323
/*
Callers
1
xo_do_emit
Function · 0.85
Calls
1
xo_retain_hash
Function · 0.85
Tested by
no test coverage detected