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

Method Context

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

Context is the golang context to use

()

Source from the content-addressed store, hash-verified

52type Context interface {
53 // Context is the golang context to use
54 Context() context2.Context
55
56 // WorkingDir is the current working dir. Functions
57 // that receive this context should prefer this working directory

Callers 15

DeployMethod · 0.65
deployOneMethod · 0.65
PurgeMethod · 0.65
DeployMethod · 0.65
getDeploymentValuesMethod · 0.65
DeleteFunction · 0.65
NewFunction · 0.65
DeployMethod · 0.65
applyManifestMethod · 0.65
buildManifestsMethod · 0.65
UIFunction · 0.65
StartLogsWithWriterFunction · 0.65

Implementers 1

contextpkg/devspace/context/context.go

Calls

no outgoing calls

Tested by

no test coverage detected