isEmptyLoadPath
open fun isEmptyLoadPath(path: LoadPath<out Any, out Any, out Any>): Boolean
Content copied to clipboard
Returns true if the given LoadPath is the signal object returned from get that indicates that we've previously found that there are no available paths to load the requested resources and false
otherwise.