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

Function NewOSCommandExecutor

utils/exec_utils.go:28–30  ·  view source on GitHub ↗

NewOSCommandExecutor cria um novo executor de comandos do sistema operacional.

()

Source from the content-addressed store, hash-verified

26
27// NewOSCommandExecutor cria um novo executor de comandos do sistema operacional.
28func NewOSCommandExecutor() CommandExecutor {
29 return &OSCommandExecutor{}
30}

Callers 1

processGitCommandMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected