MCPcopy Create free account
hub / github.com/bytedance/bolt / extractPath

Method extractPath

bolt/common/file/FileSystems.h:121–123  ·  view source on GitHub ↗

Returns the file path without the fs scheme prefix such as "local:" prefix for local file system.

Source from the content-addressed store, hash-verified

119 /// Returns the file path without the fs scheme prefix such as "local:" prefix
120 /// for local file system.
121 virtual std::string_view extractPath(std::string_view path) const {
122 BOLT_NYI();
123 }
124
125 /// Returns a ReadFile handle for a given file path
126 virtual std::unique_ptr<ReadFile> openFileForRead(

Callers 2

copyFilesMethod · 0.45
listFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected