MCPcopy Index your code
hub / github.com/netdata/netdata / EMPTYLINE

Method EMPTYLINE

src/go/pkg/netdataapi/api.go:121–124  ·  view source on GitHub ↗

EMPTYLINE writes an empty line to the output.

()

Source from the content-addressed store, hash-verified

119
120// EMPTYLINE writes an empty line to the output.
121func (a *API) EMPTYLINE() error {
122 _, err := a.Write(newLine)
123 return err
124}
125
126// HOSTINFO defines a host with its labels.
127func (a *API) HOSTINFO(info HostInfo) {

Callers 3

createChartMethod · 0.80
RunKeepAliveMethod · 0.80
TestEMPTYLINEFunction · 0.80

Calls 1

WriteMethod · 0.65

Tested by 1

TestEMPTYLINEFunction · 0.64