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

Method errorf

parser.go:580–582  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

578}
579
580func (p *codeParser) errorf(format string, args ...any) {
581 p.parser.errorf(format, args...)
582}
583
584func (p *codeParser) sourceFrom(pos token.Pos) string {
585 return p.parser.sourceFrom(p.baseOffset + p.file.Offset(pos))

Callers 11

parseCodeMethod · 0.95
parseIfStmtMethod · 0.95
parseForStmtMethod · 0.95
parseStmtBlockMethod · 0.95
parseHandlerKeywordMethod · 0.95
parseSectionKeywordMethod · 0.95
parsePartialKeywordMethod · 0.95
parseCodeBlockMethod · 0.95
parseImportKeywordMethod · 0.95

Calls 1

errorfMethod · 0.45

Tested by

no test coverage detected