Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ getName
Method
getName
classpath/java/util/zip/ZipEntry.java:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
54
//Method to return name of the file
55
public
String getName() {
56
return
name;
57
}
58
59
//Method to check if file is a directory
60
public
boolean isDirectory() {
Callers
3
main
Method · 0.95
verifyContents
Method · 0.95
isDirectory
Method · 0.95
Calls
no outgoing calls
Tested by
2
main
Method · 0.76
verifyContents
Method · 0.76