| 1763 | { |
| 1764 | BOOL result = FALSE; |
| 1765 | int op = lock; |
| 1766 | if (args.empty()); |
| 1767 | else if (args[0].isInteger()) op = args[0].toInteger(); |
| 1768 | else |
| 1769 | { |
| 1770 | if (args[0].toString() == "lock") op = lock; |
| 1771 | else if (args[0].toString() == "sign") op = signout; |
nothing calls this directly
no test coverage detected