Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nsf/gocode
/ token_item
Struct
token_item
cursorcontext.go:29–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
type
token_item
struct
{
30
off int
31
tok token.Token
32
lit string
33
}
34
35
func
(i token_item) literal() string {
36
if
i.tok.IsLiteral() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected