Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ unpersist
Method
unpersist
core/src/main/java/io/ddf/DDF.java:1134–1137 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1132
}
1133
1134
@Override
1135
public
void
unpersist() throws DDFException {
1136
this.getManager().unpersist(this.getNamespace(), this.getName());
1137
}
1138
1139
1140
/**
Callers
1
testPersistDDF
Method · 0.95
Calls
4
getManager
Method · 0.95
getNamespace
Method · 0.95
getName
Method · 0.95
unpersist
Method · 0.65
Tested by
1
testPersistDDF
Method · 0.76