Returns the number of items in the stack is equal to 0 @return true if stack is empty, false otherwise
| 98 | // |
| 99 | // @return true if stack is empty, false otherwise |
| 100 | bool LuaBindings::ItemCallbacks::empty(Item* item) { |
| 101 | return item->empty(); |
| 102 | } |
| 103 | |
| 104 | // Returns the descriptor of this item |
| 105 | // |
no outgoing calls
no test coverage detected