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

Function get

src/dependency.ts:98–100  ·  view source on GitHub ↗

* Return the matching Dependable for the given class instance. * @deprecated use `of`

(instance: IDependable)

Source from the content-addressed store, hash-verified

96 * @deprecated use `of`
97 */
98 public static get(instance: IDependable): Dependable {
99 return this.of(instance);
100 }
101
102 /**
103 * The set of constructs that form the root of this dependable

Callers

nothing calls this directly

Calls 1

ofMethod · 0.80

Tested by

no test coverage detected