Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ canExecute
Method
canExecute
classpath/java/io/File.java:130–130 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
128
}
129
130
private
static
native boolean canExecute(String path);
131
132
public
boolean canExecute() {
133
return
canExecute(path);
Callers
1
setExecutableTestWithPermissions
Method · 0.95
Calls
no outgoing calls
Tested by
1
setExecutableTestWithPermissions
Method · 0.76