Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ login_getclass
Function
login_getclass
tools/libutil/login_cap.c:302–306 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
*/
301
302
login_cap_t *
303
login_getclass(const char *cls)
304
{
305
return login_getclassbyname(cls, NULL);
306
}
307
308
309
/*
Callers
nothing calls this directly
Calls
1
login_getclassbyname
Function · 0.85
Tested by
no test coverage detected