Searched refs:NoticeIndex (Results 1 – 2 of 2) sorted by relevance
37 type NoticeIndex struct { struct68 func IndexLicenseTexts(rootFS fs.FS, lg *LicenseGraph, rs ResolutionSet) (*NoticeIndex, error) {72 ni := &NoticeIndex{201 func (ni *NoticeIndex) Hashes() chan hash { argument233 func (ni *NoticeIndex) InputFiles() []string { argument246 func (ni *NoticeIndex) HashLibs(h hash) []string { argument257 func (ni *NoticeIndex) HashLibInstalls(h hash, libName string) []string { argument267 func (ni *NoticeIndex) InstallPaths() chan string { argument284 func (ni *NoticeIndex) InstallHashes(installPath string) []hash { argument297 func (ni *NoticeIndex) InstallHashLibs(installPath string, h hash) []string { argument[all …]
89 ### NoticeIndex.IndexLicenseTexts