MCPcopy
hub / github.com/jvilk/BrowserFS / getPath

Method getPath

src/generic/preload_file.ts:83–85  ·  view source on GitHub ↗

* Get the path to this file. * @return [String] The path to the file.

()

Source from the content-addressed store, hash-verified

81 * @return [String] The path to the file.
82 */
83 public getPath(): string {
84 return this._path;
85 }
86
87 /**
88 * Get the current file position.

Callers 13

nop.jsFile · 0.80
bad_lookup.jsFile · 0.80
readdir_empty.jsFile · 0.80
readdir.jsFile · 0.80
files.jsFile · 0.80
syncMethod · 0.80
toRemoteArgMethod · 0.80
_syncAsyncMethod · 0.80
_syncSyncMethod · 0.80
_syncSyncMethod · 0.80
syncMethod · 0.80
syncSyncMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected