| 1595 | |
| 1596 | Value Project::Item::getShouldCompileValue() { return state.getPropertyAsValue (Ids::compile, getUndoManager()); } |
| 1597 | bool Project::Item::shouldBeCompiled() const { return state [Ids::compile]; } |
| 1598 | |
| 1599 | Value Project::Item::getShouldAddToBinaryResourcesValue() { return state.getPropertyAsValue (Ids::resource, getUndoManager()); } |
| 1600 | bool Project::Item::shouldBeAddedToBinaryResources() const { return state [Ids::resource]; } |
no outgoing calls
no test coverage detected