MCPcopy Create free account
hub / github.com/astercloud/aster / VolcengineFS

Struct VolcengineFS

pkg/sandbox/cloud/volcengine.go:208–212  ·  view source on GitHub ↗

VolcengineFS 火山引擎文件系统

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected