Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
41
func
(s *Sexp) emit(str string) {
42
s.line.WriteString(str)
43
}
44
45
func
(s *Sexp) newline() {
46
if
s.line.Len() > 0 {
Callers
3
VisitBefore
Method · 0.95
VisitAfter
Method · 0.95
emitScope
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected