MCPcopy Create free account
hub / github.com/ahmedakef/goshell / commandPrintted

Function commandPrintted

manager.go:185–187  ·  view source on GitHub ↗
(command string)

Source from the content-addressed store, hash-verified

183}
184
185func commandPrintted(command string) string {
186 return fmt.Sprintf("fmt.Printf(%s, %s)", "\"%#v\\n\"", command)
187}
188
189func (m *Manager) cleanUp() {
190 os.Remove(m.programPath)

Callers 1

prepareCommandsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected