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

Method toString

src/construct.ts:608–610  ·  view source on GitHub ↗

* Returns a string representation of this construct.

()

Source from the content-addressed store, hash-verified

606 * Returns a string representation of this construct.
607 */
608 public toString() {
609 return this.node.path || '<root>';
610 }
611}
612
613/**

Callers 1

construct.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected