You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-6
Original file line number
Diff line number
Diff line change
@@ -122,12 +122,6 @@ Valid keys for `opts` include:
122
122
123
123
If you use the former form, all of the sub-blob-stores will use the same store.
124
124
125
-
### repo.init(config, cb)
126
-
127
-
Initializes the IPFS repository at the repo's `path`. Currently this is a no-op.
128
-
129
-
Consumes a config object `config`*(TODO: specification?)* By default, init requires the repo not yet exist (by default). Calls the callback `cb(err)` on completion or error.
130
-
131
125
### repo.exists(cb)
132
126
133
127
Check if the repo you are going to access already exists. Calls the callback
0 commit comments