VolcengineFS 火山引擎文件系统
| 206 | |
| 207 | // VolcengineFS 火山引擎文件系统 |
| 208 | type VolcengineFS struct { |
| 209 | mcpClient *MCPClient |
| 210 | sessionID string |
| 211 | workDir string |
| 212 | } |
| 213 | |
| 214 | // Resolve 解析路径为绝对路径 |
| 215 | func (vfs *VolcengineFS) Resolve(path string) string { |
nothing calls this directly
no outgoing calls
no test coverage detected