getIncludesView

open fun getIncludesView(): Set<String>

Like getIncludes, but returns a unmodifiable view or empty set.

Use this if you are only reading from the set, as it avoids allocating a set if not needed.

Return

the include patterns, or an empty set if none

Since

8.8