MCPcopy Create free account
hub / github.com/diillson/chatcli / IsExecuting

Method IsExecuting

cli/cli.go:986–988  ·  view source on GitHub ↗

IsExecuting retorna true se uma operação está em andamento

()

Source from the content-addressed store, hash-verified

984
985// IsExecuting retorna true se uma operação está em andamento
986func (cli *ChatCLI) IsExecuting() bool {
987 return cli.isExecuting.Load()
988}
989
990// CancelOperation cancela a operação atual se houver uma
991func (cli *ChatCLI) CancelOperation() {

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected