MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / handleFileViaFunction

Method handleFileViaFunction

src/common/file_system/virtual_file_system.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135bool VirtualFileSystem::handleFileViaFunction(const std::string& path) const {
136 return findFileSystem(path)->handleFileViaFunction(path);
137}
138
139function::TableFunction VirtualFileSystem::getHandleFunction(const std::string& path) const {
140 return findFileSystem(path)->getHandleFunction(path);

Callers 1

handleFileViaFunctionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected