Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for Java/Kotlin
codeql/java-all 7.2.0 (changelog, source)

Predicate signature Make::Folder::ResolveSig::allowGlobs

Holds if globs should be interpreted in the paths being resolved.

The following types of globs are supported:

  • * (matches any child)
  • ** (matches any child recursively)
  • Complex patterns like foo-*.txt are also supported
signature predicate allowGlobs()