MCPcopy Create free account
hub / github.com/F-Stack/f-stack / getunopr

Function getunopr

freebsd/contrib/openzfs/module/lua/lparser.c:991–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989
990
991static UnOpr getunopr (int op) {
992 switch (op) {
993 case TK_NOT: return OPR_NOT;
994 case '-': return OPR_MINUS;
995 case '#': return OPR_LEN;
996 default: return OPR_NOUNOPR;
997 }
998}
999
1000
1001static BinOpr getbinopr (int op) {

Callers 1

subexprFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected