File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -46,34 +46,38 @@ function listDataBlobs end
46
46
# #==============================================================================
47
47
48
48
"""
49
- $(SIGNATURES)
50
49
Get the data entry and blob for the specified blobstore or dfg retured as a tuple.
51
50
Related
52
51
[`getDataEntry`](@ref)
52
+
53
+ $(METHODLIST)
53
54
"""
54
55
function getData end
55
56
56
57
"""
57
- $(SIGNATURES)
58
58
Add a data Entry and Blob to a distributed factor graph or BlobStore.
59
59
Related
60
60
[`addDataEntry!`](@ref)
61
+
62
+ $(METHODLIST)
61
63
"""
62
64
function addData! end
63
65
64
66
"""
65
- $(SIGNATURES)
66
67
Update a data entry or blob to the blob store or dfg.
67
68
Related
68
69
[`updateDataEntry!`](@ref)
70
+
71
+ $(METHODLIST)
69
72
"""
70
73
function updateData! end
71
74
72
75
"""
73
- $(SIGNATURES)
74
76
Delete a data entry and blob from the blob store or dfg.
75
77
Related
76
78
[`deleteDataEntry!`](@ref)
79
+
80
+ $(METHODLIST)
77
81
"""
78
82
function deleteData! end
79
83
You can’t perform that action at this time.
0 commit comments