MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / isCanon

Method isCanon

src/main/java/field/utility/Dict.java:179–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177 }
178
179 public boolean isCanon() {
180 return canon;
181 }
182
183 public <T> Prop<T> toCanon() {
184 return (Prop<T>) Canonical.canonicalize(this);

Callers 6

docMethod · 0.95
typeMethod · 0.95
autoConstructsMethod · 0.95
getAttributesMethod · 0.95
canonicalizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected