int UJGetType()
in
src/ujdecode.c [629:632]
4
lines of code
1
McCabe index (conditional complexity)
int UJGetType(UJObject obj) { return ((Item *) obj)->type; }