MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getunopr

Function getunopr

Source/Misc/lua/src/lua.c:8354–8361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8352
8353
8354static UnOpr getunopr (int op) {
8355switch (op) {
8356case TK_NOT: return OPR_NOT;
8357case '-': return OPR_MINUS;
8358case '#': return OPR_LEN;
8359default: return OPR_NOUNOPR;
8360}
8361}
8362
8363
8364static BinOpr getbinopr (int op) {

Callers 1

subexprFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected