This file is indexed.

/usr/include/GNUstep/GDLAccess/NSObject+EONullInit.h is in libsope-dev 3.2.10-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
// $Id: NSObject+EONullInit.h 1 2004-08-20 10:38:46Z znek $

#ifndef __GDLAccess_NSObject_EONull_H__
#define __GDLAccess_NSObject_EONull_H__

#import <Foundation/NSObject.h>
#import <GDLAccess/EONull.h>

@class EOEntity;

@interface NSObject(EONullInit)

- (void)setAllAttributesToEONull:(EOEntity *)_entity;
- (void)setAllAttributesToEONull; // assume the object respondsTo: entity

@end

#endif /* __GDLAccess_NSObject_EONull_H__ */