| 1096 | |
| 1097 | |
| 1098 | static Item *create_func_not(MY_XPATH *xpath, Item **args, uint nargs) |
| 1099 | { |
| 1100 | return new Item_func_not(nodeset2bool(xpath, args[0])); |
| 1101 | } |
| 1102 | |
| 1103 | |
| 1104 | static Item *create_func_ceiling(MY_XPATH *xpath, Item **args, uint nargs) |
nothing calls this directly
no test coverage detected