Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ login_getcapbool
Function
login_getcapbool
tools/libutil/login_cap.c:750–756 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
748
*/
749
750
int
751
login_getcapbool(login_cap_t *lc, const char *cap, int def)
752
{
753
if (lc == NULL || lc->lc_cap == NULL)
754
return def;
755
return (cgetcap(lc->lc_cap, cap,
':'
) != NULL);
756
}
757
758
759
/*
Callers
1
auth_checknologin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected