Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddf-project/DDF
/ persist
Method
persist
core/src/main/java/io/ddf/DDF.java:1125–1127 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1123
// //// IHandlePersistence //////
1124
1125
public
PersistenceUri persist() throws DDFException {
1126
return
this.persist(true);
1127
}
1128
1129
@Override
1130
public
PersistenceUri persist(boolean doOverwrite) throws DDFException {
Callers
3
testModelSerialize2DDF
Method · 0.95
testPersistDDF
Method · 0.95
duplicate
Method · 0.95
Calls
2
getPersistenceHandler
Method · 0.95
persist
Method · 0.65
Tested by
2
testModelSerialize2DDF
Method · 0.76
testPersistDDF
Method · 0.76