()
| 54 | } |
| 55 | |
| 56 | public boolean exists() { |
| 57 | return file.exists() && file.isFile(); |
| 58 | } |
| 59 | |
| 60 | private @Nullable JsonNode readNode() throws IOException { |
| 61 | if (!file.exists() || (file.exists() && file.isDirectory())) { |
no outgoing calls
no test coverage detected