Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/meefik/linuxdeploy
/ dump
Method
dump
app/src/main/java/ru/meefik/linuxdeploy/ParamUtils.java:132–134 ·
view source on GitHub ↗
(Context c, File f)
Source
from the content-addressed store, hash-verified
130
}
131
132
boolean dump(Context c, File f) {
133
return
writeConf(get(c), f);
134
}
135
136
boolean restore(Context c, File f) {
137
clear(c, false);
Callers
3
dumpSettings
Method · 0.80
dumpProperties
Method · 0.80
changeProfile
Method · 0.80
Calls
2
writeConf
Method · 0.95
get
Method · 0.95
Tested by
no test coverage detected