MCPcopy
hub / github.com/nektos/act / Env

Interface Env

pkg/lookpath/env.go:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "os"
4
5type Env interface {
6 Getenv(name string) string
7}
8
9type defaultEnv struct {
10}

Callers 8

GetDockerClientFunction · 0.65
waitForCommandMethod · 0.65
attachMethod · 0.65
TestContainerPathFunction · 0.65
TestParseWithVolumesFunction · 0.65
TestGetGitHubContextFunction · 0.65
isColoredMethod · 0.65
setActionRuntimeVarsFunction · 0.65

Implementers 3

localEnvpkg/container/host_environment.go
localEnvpkg/runner/step_run.go
defaultEnvpkg/lookpath/env.go

Calls

no outgoing calls

Tested by

no test coverage detected