Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/archlinux-de/pkgstats-cli
/ isIncludeLine
Function
isIncludeLine
internal/pacman/parser.go:129–131 ·
view source on GitHub ↗
(line string)
Source
from the content-addressed store, hash-verified
127
}
128
129
func
isIncludeLine(line string) bool {
130
return
strings.HasPrefix(line,
"Include"
)
131
}
Callers
1
readConfigFile
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected