Is this the primary file in the sketch?
()
| 117 | * Is this the primary file in the sketch? |
| 118 | */ |
| 119 | public boolean isPrimary() { |
| 120 | return primary; |
| 121 | } |
| 122 | |
| 123 | protected boolean fileExists() { |
| 124 | return file.exists(); |
no outgoing calls
no test coverage detected