MCPcopy
hub / github.com/cortesi/modd / current

Method current

conf/lex.go:106–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

104}
105
106func (l *lexer) current() string {
107 return l.input[l.start:l.pos]
108}
109
110// next returns the next rune in the input.
111func (l *lexer) next() rune {

Callers 2

emitMethod · 0.95
lexInsideFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected