Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/constructs
/ toString
Method
toString
src/construct.ts:598–600 ·
view source on GitHub ↗
* Returns a string representation of this construct.
()
Source
from the content-addressed store, hash-verified
596
* Returns a string representation of this construct.
597
*/
598
public toString() {
599
return
this.node.path ||
'<root>'
;
600
}
601
}
602
603
/**
Callers
1
construct.test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected