Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doc
Method · 0.95
getExtendedDocumentation
Method · 0.95
type
Method · 0.95
autoConstructs
Method · 0.95
getAttributes
Method · 0.95
canonicalize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected