MCPcopy
hub / github.com/containerd/containerd / Mount

Method Mount

pkg/os/os.go:39–39  ·  view source on GitHub ↗
(source string, target string, fstype string, flags uintptr, data string)

Source from the content-addressed store, hash-verified

37 WriteFile(filename string, data []byte, perm os.FileMode) error
38 Hostname() (string, error)
39 Mount(source string, target string, fstype string, flags uintptr, data string) error
40 Unmount(target string) error
41 LookupMount(path string) (mount.Info, error)
42}

Callers 9

MountMethod · 0.65
TestGetDevicesFunction · 0.65
newNSFunction · 0.65
setupSandboxFilesMethod · 0.65
pinUserNamespaceMethod · 0.65
doMountFunction · 0.65
SupportsIDMappedMountsFunction · 0.65

Implementers 2

RealOSpkg/os/os.go
FakeOSpkg/os/testing/fake_os.go

Calls

no outgoing calls

Tested by 3

TestGetDevicesFunction · 0.52