MCPcopy Create free account
hub / github.com/barnybug/cli53 / acceptAny

Method acceptAny

lexer.go:38–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (l *lexer) acceptAny() string {
39 l.next()
40 return l.emit()
41}
42
43func (l *lexer) acceptRun(pred func(rune) bool) string {
44 for pred(l.next()) {

Callers 1

ParseKeyValuesFunction · 0.80

Calls 2

nextMethod · 0.95
emitMethod · 0.95

Tested by

no test coverage detected