MCPcopy Index your code
hub / github.com/bvaughn/react-virtualized / toString

Method toString

source/Collection/Section.js:35–37  ·  view source on GitHub ↗

Intended for debugger/test purposes only

()

Source from the content-addressed store, hash-verified

33
34 /** Intended for debugger/test purposes only */
35 toString() {
36 return `${this.x},${this.y} ${this.width}x${this.height}`;
37 }
38}

Callers 1

Section.jest.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected