MCPcopy Create free account
hub / github.com/Berkeley-CS61B/skeleton-sp23 / make

Method make

hw2/src/PercolationFactory.java:2–4  ·  view source on GitHub ↗
(int N)

Source from the content-addressed store, hash-verified

1public class PercolationFactory {
2 public Percolation make(int N) {
3 return new Percolation(N);
4 }
5}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected