Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ setMutable
Method
setMutable
core/src/main/java/io/ddf/DDF.java:924–926 ·
view source on GitHub ↗
(boolean isMutable)
Source
from the content-addressed store, hash-verified
922
923
924
public
void
setMutable(boolean isMutable) {
925
this.getMutabilityHandler().setMutable(isMutable);
926
}
927
928
@Deprecated
929
public
boolean isMutable() {
Callers
nothing calls this directly
Calls
2
getMutabilityHandler
Method · 0.95
setMutable
Method · 0.65
Tested by
no test coverage detected