Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenAtomFoundation/SmartIDE
/ VolumeMap
Interface
VolumeMap
cli/pkg/docker/compose/volume_map.go:22–24 ·
view source on GitHub ↗
暴露的路径映射的公共接口
Source
from the content-addressed store, hash-verified
20
21
// 暴露的路径映射的公共接口
22
type
VolumeMap
interface
{
23
IsVolumeMap() bool
24
}
Callers
nothing calls this directly
Implementers
2
VolumeMapComplex
cli/pkg/docker/compose/volume_map_comp
VolumeMapSimple
cli/pkg/docker/compose/volume_map_simp
Calls
no outgoing calls
Tested by
no test coverage detected