MCPcopy 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

dumpSettingsMethod · 0.80
dumpPropertiesMethod · 0.80
changeProfileMethod · 0.80

Calls 2

writeConfMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected