MCPcopy
hub / github.com/bitfield/script / environment

Method environment

script.go:387–391  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

385}
386
387func (p *Pipe) environment() []string {
388 p.mu.Lock()
389 defer p.mu.Unlock()
390 return p.env
391}
392
393// Error returns any error present on the pipe, or nil otherwise.
394// Error is not a sink and does not wait until the pipe reaches

Callers 1

ExecMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected