MCPcopy Create free account
hub / github.com/archlinux-de/pkgstats-cli / newParser

Function newParser

internal/pacman/parser.go:40–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38}
39
40func newParser() *parser {
41 return &parser{
42 includeFileCache: make(map[string][]string),
43 }
44}
45
46func (parser *parser) parseConfigFile(configPath string, defaultDBPath string) (*config, error) {
47 lines, err := parser.readConfigFile(configPath, 0)

Callers 1

ParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected