MCPcopy Index your code
hub / github.com/gridstack/gridstack.js / getRow

Method getRow

src/gridstack-engine.ts:989–991  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

987 }
988
989 public getRow(): number {
990 return this.nodes.reduce((row, n) => Math.max(row, n.y + n.h), 0);
991 }
992
993 public beginUpdate(node: GridStackNode): GridStackEngine {
994 if (!node._updating) {

Callers 2

moveNodeCheckMethod · 0.95
willItFitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected