MCPcopy 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
66func (this *token_iterator) token() token_item {
67 return this.tokens[this.token_index]
68}
69
70func (this *token_iterator) go_back() bool {
71 if this.token_index <= 0 {

Callers 6

skip_to_leftMethod · 0.95
skip_to_balanced_pairMethod · 0.95
extract_type_alikeMethod · 0.95
extract_struct_typeMethod · 0.95
extract_go_exprMethod · 0.95
deduce_cursor_contextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected