Returns the contents of the file at the given path, or null if the file does not exist or if chasm processors shouldn't have access to this file. Important : like the other functions in this interface, implementations of this function must be pure, which means you should
(String path)
| 48 | * @return The bytes in the file, or {@code null} if the file doesn't exist or is inaccessible |
| 49 | */ |
| 50 | @Contract(pure = true) |
| 51 | byte @Nullable [] readFile(String path); |
| 52 | } |
no outgoing calls
no test coverage detected