MCPcopy Create free account
hub / github.com/CloudyKit/jet / setCommentDelimiters

Method setCommentDelimiters

lex.go:183–190  ·  view source on GitHub ↗
(leftDelim, rightDelim string)

Source from the content-addressed store, hash-verified

181}
182
183func (l *lexer) setCommentDelimiters(leftDelim, rightDelim string) {
184 if leftDelim != "" {
185 l.leftComment = leftDelim
186 }
187 if rightDelim != "" {
188 l.rightComment = rightDelim
189 }
190}
191
192// next returns the next rune in the input.
193func (l *lexer) next() rune {

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected