Versions in this module Expand all Collapse all v0 v0.0.1 Dec 11, 2023 Changes in this version + func IncludesFinderWithRegExp(source string) string + func LibrariesLoader(useCachedLibrariesResolution bool, ...) (*librariesmanager.LibrariesManager, *librariesresolver.Cpp, []byte, error) + type SketchLibrariesDetector struct + func NewSketchLibrariesDetector(lm *librariesmanager.LibrariesManager, libsResolver *librariesresolver.Cpp, ...) *SketchLibrariesDetector + func (l *SketchLibrariesDetector) AppendImportedLibraries(library *libraries.Library) + func (l *SketchLibrariesDetector) FindIncludes(buildPath *paths.Path, buildCorePath *paths.Path, buildVariantPath *paths.Path, ...) error + func (l *SketchLibrariesDetector) ImportedLibraries() libraries.List + func (l *SketchLibrariesDetector) IncludeFolders() paths.PathList + func (l *SketchLibrariesDetector) PrintUsedAndNotUsedLibraries(sketchError bool)