MCPcopy
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
72func (e entrypoint) binary() string {
73 if len(e) == 0 {
74 return ""
75 }
76 return e[0]
77}
78
79func (e entrypoint) args() []string {
80 if len(e) <= 1 {

Calls

no outgoing calls