MCPcopy Index your code
hub / github.com/careercup/CtCI-6th-Edition-JavaScript / minesweeper.js

File minesweeper.js

chapter07/7.10 - Minesweeper/minesweeper.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var Minesweeper = function(N, B) {
2 this.board = null;
3 this.init(N, B);
4};

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected