resolveRemoteMount
resolveRemoteMount<
T>(channel,config,_depth?):Promise<FilesystemOf<T>>
Defined in: src/backends/port.ts:228
Type Parameters
Section titled “Type Parameters”T extends Backend<FileSystem, object>
Parameters
Section titled “Parameters”channel
Section titled “channel”config
Section titled “config”_depth?
Section titled “_depth?”number = 0
Returns
Section titled “Returns”Promise<FilesystemOf<T>>