MCPcopy Create free account
hub / github.com/astercloud/aster / BashRuntime

Struct BashRuntime

pkg/tools/bridge/runtime.go:466–469  ·  view source on GitHub ↗

BashRuntime Bash 运行时

Source from the content-addressed store, hash-verified

464
465// BashRuntime Bash 运行时
466type BashRuntime struct {
467 config *RuntimeConfig
468 bashPath string
469}
470
471// NewBashRuntime 创建 Bash 运行时
472func NewBashRuntime(config *RuntimeConfig) *BashRuntime {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected