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

Method computeId

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

Source from the content-addressed store, hash-verified

45 }
46
47 private String computeId() {
48 return String.format("%s-%s-%s", getNamespace(), getName(), getProvider());
49 }
50
51 public String getId() {
52 return computeId();

Callers 2

ModuleMethod · 0.95
getIdMethod · 0.95

Calls 3

getNamespaceMethod · 0.95
getNameMethod · 0.95
getProviderMethod · 0.95

Tested by

no test coverage detected