Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cschanck/single-file-java
/ toString
Method
toString
src/main/java/org/sfj/ChiseledMap.java:620–623 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
618
}
619
620
@Override
621
public
String toString() {
622
return
"ChiseldMap{ file="
+ file +
" ,size="
+ size() +
" }"
;
623
}
624
625
}
Callers
nothing calls this directly
Calls
1
size
Method · 0.95
Tested by
no test coverage detected