MCPcopy Create free account
hub / github.com/aws/constructs / toString

Method toString

src/construct.ts:595–597  ·  view source on GitHub ↗

* Returns a string representation of this construct.

()

Source from the content-addressed store, hash-verified

593 * Returns a string representation of this construct.
594 */
595 public toString() {
596 return this.node.path || '<root>';
597 }
598}
599
600/**

Callers 1

construct.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected