MCPcopy Index your code
hub / github.com/trekhleb/javascript-algorithms / toString

Method toString

src/data-structures/graph/GraphEdge.js:51–53  ·  view source on GitHub ↗

* @return {string}

()

Source from the content-addressed store, hash-verified

49 * @return {string}
50 */
51 toString() {
52 return this.getKey().toString();
53 }
54}

Callers

nothing calls this directly

Calls 1

getKeyMethod · 0.95

Tested by

no test coverage detected