| 117 | } |
| 118 | |
| 119 | void PiuContainerBindContent(PiuContainer* self, PiuContent* content) |
| 120 | { |
| 121 | PiuApplication* application = (*self)->application; |
| 122 | if (application) { |
| 123 | PiuView* view = (*self)->view; |
| 124 | (*(*content)->dispatch->bind)(content, application, view); |
| 125 | } |
| 126 | } |
| 127 | |
| 128 | void PiuContainerCascade(void* it) |
| 129 | { |
no outgoing calls
no test coverage detected