Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
715
func
(ap *Parser) parseLanguage(p *xpp.XMLPullParser) string {
716
return
p.Attribute(
"lang"
)
717
}
718
719
func
(ap *Parser) parseVersion(p *xpp.XMLPullParser) string {
720
ver := p.Attribute(
"version"
)
Callers
1
parseRoot
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected