MCPcopy Create free account
hub / github.com/nsf/gocode / token_iterator

Struct token_iterator

cursorcontext.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type token_iterator struct {
25 tokens []token_item
26 token_index int
27}
28
29type token_item struct {
30 off int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected