MCPcopy
hub / github.com/chrislusf/glow / println

Method println

driver/plan/group_plot.go:109–113  ·  view source on GitHub ↗
(t string)

Source from the content-addressed store, hash-verified

107}
108
109func (fg *FlowGraph) println(t string) *FlowGraph {
110 fg.out.WriteString(t)
111 fg.out.WriteString("\n")
112 return fg
113}
114func (fg *FlowGraph) print(t string) *FlowGraph {
115 fg.out.WriteString(t)
116 return fg

Callers 2

plotMethod · 0.95
printTaskGroupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected