MCPcopy
hub / github.com/abiosoft/ishell / Print

Method Print

actions.go:34–34  ·  view source on GitHub ↗

Print prints to output.

(val ...interface{})

Source from the content-addressed store, hash-verified

32 Println(val ...interface{})
33 // Print prints to output.
34 Print(val ...interface{})
35 // Printf prints to output using string format.
36 Printf(format string, val ...interface{})
37 // ShowPaged shows a paged text that is scrollable.

Callers 2

multiChoiceMethod · 0.65
mainFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected