Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/containerd/nerdctl
/ platformParser
Struct
platformParser
pkg/cmd/builder/build.go:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
type
platformParser
struct
{}
56
57
func
(p platformParser) Parse(platform string) (platforms.Platform, error) {
58
return
platforms.Parse(platform)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected