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
{{ message }}
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
* @param {String} path - The path(s) of the source to modify.
236
-
* @param {Object} [opts] - Options for copy.
237
-
* @param {boolean} [opts.parents=false] - Whether or not to make the parent directories if they don't exist. (default: false)
238
-
* @param {String} [opts.format=dag-pb] - Format of nodes to write any newly created directories as. (default: dag-pb)
239
-
* @param {String} [opts.hashAlg=sha2-256] - Algorithm to use when creating CIDs for newly created directories. (default: sha2-256) {@link https://github.com/multiformats/js-multihash/blob/master/src/constants.js#L5-L343 The list of all possible values}
240
-
* @param {boolean} [opts.flush=true] - Whether or not to immediately flush MFS changes to disk (default: true).
0 commit comments