MCPcopy
hub / github.com/google/mtail / emit

Method emit

internal/runtime/compiler/parser/sexp.go:41–43  ·  view source on GitHub ↗
(str string)

Source from the content-addressed store, hash-verified

39}
40
41func (s *Sexp) emit(str string) {
42 s.line.WriteString(str)
43}
44
45func (s *Sexp) newline() {
46 if s.line.Len() > 0 {

Callers 3

VisitBeforeMethod · 0.95
VisitAfterMethod · 0.95
emitScopeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected