MCPcopy Create free account
hub / github.com/adhocteam/pushup / sourceRange

Method sourceRange

parser.go:588–590  ·  view source on GitHub ↗
(start, end int)

Source from the content-addressed store, hash-verified

586}
587
588func (p *codeParser) sourceRange(start, end int) string {
589 return p.parser.src[start:end]
590}
591
592func (p *codeParser) lookahead() goToken {
593 if tok, ok := Value(p.bufferedToken); ok {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected