Returns true if flags defined in the given source code file should be reported with --helpshort flag. For example, if the file "path/to/my/code.cc" defines the flag "--my_flag", and contains_helpshort_flags("path/to/my/code.cc") returns true, invoking the program with --helpshort will include information about --my_flag in the program output.
Declared in <absl/flags/usage_config.h>
/* implementation-defined */ contains_helpshort_flags;