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

Method getHandleFunction

src/common/file_system/virtual_file_system.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139function::TableFunction VirtualFileSystem::getHandleFunction(const std::string& path) const {
140 return findFileSystem(path)->getHandleFunction(path);
141}
142
143int64_t VirtualFileSystem::seek(FileInfo& /*fileInfo*/, uint64_t /*offset*/, int /*whence*/) const {
144 UNREACHABLE_CODE;

Callers 1

bindFileScanSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected