MCPcopy Index your code
hub / github.com/abiosoft/ishell / Println

Method Println

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

Println prints to output and ends with newline character.

(val ...interface{})

Source from the content-addressed store, hash-verified

30 ReadMultiLines(terminator string) string
31 // Println prints to output and ends with newline character.
32 Println(val ...interface{})
33 // Print prints to output.
34 Print(val ...interface{})
35 // Printf prints to output using string format.

Callers 7

helpFuncFunction · 0.65
interruptFuncFunction · 0.65
NewWithConfigFunction · 0.65
runMethod · 0.65
handleCommandMethod · 0.65
multiChoiceMethod · 0.65
mainFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected