MCPcopy Index your code
hub / github.com/devspace-sh/devspace / ResolvePath

Method ResolvePath

pkg/devspace/context/context.go:86–86  ·  view source on GitHub ↗

ResolvePath resolves a relative path according to the current working directory

(relPath string)

Source from the content-addressed store, hash-verified

84 // ResolvePath resolves a relative path according to the
85 // current working directory
86 ResolvePath(relPath string) string
87
88 WithNewTomb() (Context, *tomb.Tomb)
89 WithKubeClient(client kubectl.Client) Context

Callers 5

DeployMethod · 0.65
getDeploymentValuesMethod · 0.65
DeployMethod · 0.65
initClientMethod · 0.65
ExecuteRemotelyMethod · 0.65

Implementers 1

contextpkg/devspace/context/context.go

Calls

no outgoing calls

Tested by

no test coverage detected