ILVALIDATE
| 828 | // ILVALIDATE |
| 829 | // |
| 830 | ILboolean ilValidate::Valid(ILenum Type, ILconst_string FileName) |
| 831 | { |
| 832 | return ilIsValid(Type, FileName); |
| 833 | } |
| 834 | |
| 835 | ILboolean ilValidate::Valid(ILenum Type, FILE *File) |
| 836 | { |
nothing calls this directly
no outgoing calls
no test coverage detected