| 74 | } |
| 75 | |
| 76 | uint32_t ButtonEntity::get_entity_page_id() { |
| 77 | return this->_entity_page_id; |
| 78 | } |
| 79 | |
| 80 | uint8_t ButtonEntity::get_entity_page_slot() { |
| 81 | return this->_entity_page_slot; |
nothing calls this directly
no outgoing calls
no test coverage detected