MCPcopy
hub / github.com/tomnomnom/gron / statementToString

Function statementToString

statements.go:47–49  ·  view source on GitHub ↗

statementconv variant of statement.String

(s statement)

Source from the content-addressed store, hash-verified

45
46// statementconv variant of statement.String
47func statementToString(s statement) string {
48 return s.String()
49}
50
51// statementconv variant of statement.colorString
52func statementToColorString(s statement) string {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.80

Tested by

no test coverage detected