Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/air-verse/air
/ binary
Method
binary
runner/config.go:72–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
func
(e entrypoint) binary() string {
73
if
len(e) == 0 {
74
return
""
75
}
76
return
e[0]
77
}
78
79
func
(e entrypoint) args() []string {
80
if
len(e) <= 1 {
Callers
9
TestEntrypointResolvesAbsolutePath
Function · 0.80
TestEntrypointResolvesFromPath
Function · 0.80
TestEntrypointPreservesArgs
Function · 0.80
TestInitConfigAppliesWindowsBuildOverride
Function · 0.80
TestInitConfigAppliesCurrentPlatformBuildOverride
Function · 0.80
TestConfigRuntimeArgs
Function · 0.80
preprocess
Method · 0.80
binPath
Method · 0.80
runnerBin
Method · 0.80
Calls
no outgoing calls
Tested by
6
TestEntrypointResolvesAbsolutePath
Function · 0.64
TestEntrypointResolvesFromPath
Function · 0.64
TestEntrypointPreservesArgs
Function · 0.64
TestInitConfigAppliesWindowsBuildOverride
Function · 0.64
TestInitConfigAppliesCurrentPlatformBuildOverride
Function · 0.64
TestConfigRuntimeArgs
Function · 0.64