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

Method emit

cli/pkg/ssh_config/lexer.go:188–190  ·  view source on GitHub ↗
(t tokenType)

Source from the content-addressed store, hash-verified

186}
187
188func (s *sshLexer) emit(t tokenType) {
189 s.emitWithValue(t, string(s.buffer))
190}
191
192func (s *sshLexer) emitWithValue(t tokenType, value string) {
193 tok := token{

Callers 4

lexEqualsMethod · 0.95
lexRvalueMethod · 0.95
lexVoidMethod · 0.95
lunr.min.jsFile · 0.80

Calls 1

emitWithValueMethod · 0.95

Tested by

no test coverage detected