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

Method errorf

package_text.go:84–86  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

82}
83
84func (p *gc_parser) errorf(format string, args ...interface{}) {
85 p.error(fmt.Sprintf(format, args...))
86}
87
88func (p *gc_parser) expect(tok rune) string {
89 lit := p.lit

Callers 4

expectMethod · 0.95
expect_keywordMethod · 0.95
expect_specialMethod · 0.95
parse_typeMethod · 0.95

Calls 1

errorMethod · 0.95

Tested by

no test coverage detected