MCPcopy Create free account
hub / github.com/L-JINBIN/ApkDataMultiplexing / reset

Method reset

src/bin/mt/apksign/data/DataSources.java:34–38  ·  view source on GitHub ↗
(DataSource... sources)

Source from the content-addressed store, hash-verified

32 }
33
34 public static void reset(DataSource... sources) throws IOException {
35 for (DataSource source : sources) {
36 source.reset();
37 }
38 }
39
40}

Callers 1

signMethod · 0.95

Calls 1

resetMethod · 0.65

Tested by

no test coverage detected