Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/boazy/TWEditorEnhanced
/ SaveDatabase
Method
SaveDatabase
src/main/java/SaveDatabase.java:23–26 ·
view source on GitHub ↗
(String filename)
Source
from the content-addressed store, hash-verified
21
private
Map<String, SaveEntry> entryMap;
22
23
public
SaveDatabase(String filename)
24
{
25
this(
new
File(filename));
26
}
27
28
public
SaveDatabase(File file)
29
{
Callers
nothing calls this directly
Calls
1
getName
Method · 0.45
Tested by
no test coverage detected