MCPcopy Create free account
hub / github.com/PacoVK/tapir / Module

Method Module

src/main/java/core/terraform/Module.java:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12public class Module extends CoreEntity {
13
14 public Module() {}
15
16 public Module(String namespace, String name, String provider) {
17 this.namespace = namespace;

Callers

nothing calls this directly

Calls 2

setIdMethod · 0.95
computeIdMethod · 0.95

Tested by

no test coverage detected