MCPcopy Create free account
hub / github.com/ddf-project/DDF / isMutable

Method isMutable

core/src/main/java/io/ddf/DDF.java:928–931  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

926 }
927
928 @Deprecated
929 public boolean isMutable() {
930 return this.getMutabilityHandler().isMutable();
931 }
932
933 /**
934 * This will be called via the {@link ISupportPhantomReference} interface if this object was registered under

Callers

nothing calls this directly

Calls 2

getMutabilityHandlerMethod · 0.95
isMutableMethod · 0.65

Tested by

no test coverage detected