Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/constructs
/ dependencyRoots
Function
dependencyRoots
test/construct.test.ts:639–639 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
637
const
foo = { };
638
Dependable.implement(foo, {
639
get dependencyRoots() {
return
[producer]; },
640
});
641
consumer.node.addDependency(foo);
642
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected