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

Method Pause

pkg/tools/interface.go:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37// Interruptible 可中断/恢复的工具接口
38type Interruptible interface {
39 Pause() error
40 Resume() error
41 Cancel() error
42}

Callers 1

controlRunningToolMethod · 0.65

Implementers 1

longRunningInterruptiblepkg/agent/agent.go

Calls

no outgoing calls

Tested by

no test coverage detected