MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/buildpacks / MakerEntrypointAdapter

Struct MakerEntrypointAdapter

pkg/python/python.go:619–621  ·  view source on GitHub ↗

MakerEntrypointAdapter implements the entrypointAdapter interface for the maker tool.

Source from the content-addressed store, hash-verified

617 if !ok {
618 return nil, gcp.InternalErrorf("capability %q does not implement entrypointAdapter interface", EntrypointAdapterCapability)
619 }
620 return a.adapt(cmd, scriptCmd)
621 }
622 return cmd, nil
623}
624

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected