MCPcopy Index your code
hub / github.com/mmcdole/gofeed / parseLanguage

Method parseLanguage

atom/parser.go:715–717  ·  view source on GitHub ↗
(p *xpp.XMLPullParser)

Source from the content-addressed store, hash-verified

713}
714
715func (ap *Parser) parseLanguage(p *xpp.XMLPullParser) string {
716 return p.Attribute("lang")
717}
718
719func (ap *Parser) parseVersion(p *xpp.XMLPullParser) string {
720 ver := p.Attribute("version")

Callers 1

parseRootMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected