MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / next

Method next

cli/pkg/ssh_config/lexer.go:133–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

131}
132
133func (s *sshLexer) next() rune {
134 r := s.read()
135
136 if r != eof {
137 s.buffer = append(s.buffer, r)
138 }
139 return r
140}
141
142func (s *sshLexer) lexVoid() sshLexStateFn {
143 for {

Callers 15

lexCommentMethod · 0.95
lexKeyMethod · 0.95
lexRvalueMethod · 0.95
lexVoidMethod · 0.95
skipMethod · 0.95
fulfilledFunction · 0.80
lunr.min.jsFile · 0.80
oFunction · 0.80
mFunction · 0.80
gFunction · 0.80
ReFunction · 0.80

Calls 1

readMethod · 0.95

Tested by

no test coverage detected