MCPcopy Index your code
hub / github.com/containerd/containerd / ClassNameToLinuxOCI

Function ClassNameToLinuxOCI

pkg/blockio/blockio_nonlinux.go:32–34  ·  view source on GitHub ↗

ClassNameToLinuxOCI always is no-op in non-linux platforms.

(className string)

Source from the content-addressed store, hash-verified

30
31// ClassNameToLinuxOCI always is no-op in non-linux platforms.
32func ClassNameToLinuxOCI(className string) (*runtimespec.LinuxBlockIO, error) {
33 return nil, nil
34}
35
36// ContainerClassFromAnnotations always is no-op in non-linux platforms.
37func ContainerClassFromAnnotations(containerName string, containerAnnotations, podAnnotations map[string]string) (string, error) {

Callers 2

buildLinuxSpecMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…