Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nsf/gocode
/ token
Method
token
cursorcontext.go:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
func
(this *token_iterator) token() token_item {
67
return
this.tokens[this.token_index]
68
}
69
70
func
(this *token_iterator) go_back() bool {
71
if
this.token_index <= 0 {
Callers
6
skip_to_left
Method · 0.95
skip_to_balanced_pair
Method · 0.95
extract_type_alike
Method · 0.95
extract_struct_type
Method · 0.95
extract_go_expr
Method · 0.95
deduce_cursor_context
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected