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

Struct tok_collection

ripper.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type tok_collection struct {
19 tokens []tok_pos_pair
20 fset *token.FileSet
21}
22
23func (this *tok_collection) next(s *scanner.Scanner) bool {
24 pos, tok, _ := s.Scan()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected