Returns the name of this sketch. (The pretty name of the main tab.)
()
| 1674 | * Returns the name of this sketch. (The pretty name of the main tab.) |
| 1675 | */ |
| 1676 | public String getName() { |
| 1677 | return name; |
| 1678 | } |
| 1679 | |
| 1680 | |
| 1681 | // /** |
no outgoing calls
no test coverage detected