Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ ErrMsg
Method
ErrMsg
expr/parse.go:79–81 ·
view source on GitHub ↗
(msg string)
Source
from the content-addressed store, hash-verified
77
}
78
79
func
(m *LexTokenPager) ErrMsg(msg string) error {
80
return
m.lex.ErrMsg(m.Cur(), msg)
81
}
82
83
func
(m *LexTokenPager) lexNext() {
84
if
!m.done {
Callers
nothing calls this directly
Calls
2
Cur
Method · 0.95
ErrMsg
Method · 0.65
Tested by
no test coverage detected