MakerEntrypointAdapter implements the entrypointAdapter interface for the maker tool.
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected