MCPcopy
hub / github.com/lmorg/murex / Writeln

Method Writeln

lang/stdio/interface_io.go:30–30  ·  view source on GitHub ↗
([]byte)

Source from the content-addressed store, hash-verified

28
29 Write([]byte) (int, error)
30 Writeln([]byte) (int, error)
31 WriteArray(string) (ArrayWriter, error)
32
33 //ReadFrom(r io.Reader) (n int64, err error)

Callers 15

ittIndexFunction · 0.65
ittNotFunction · 0.65
WriteResultsMethod · 0.65
createProcessFunction · 0.65
executeProcessFunction · 0.65
itoIndexArrayFunction · 0.65
itoIndexMapFunction · 0.65
itoNotArrayFunction · 0.65
itoNotMapFunction · 0.65
ExecuteMethod · 0.65
parseRedirectionFunction · 0.65
pipeErrFunction · 0.65

Implementers 8

Nullbuiltins/pipes/null/null.go
Stdinbuiltins/pipes/streams/define.go
Readerbuiltins/pipes/streams/reader.go
Teebuiltins/pipes/streams/tee.go
Netbuiltins/pipes/net/net.go
Filebuiltins/pipes/file/struct.go
PTYbuiltins/pipes/psuedotty/pty_unix.go
Mailbuiltins/pipes/mail/stdio.go

Calls

no outgoing calls

Tested by 1

TestNullFunction · 0.52