File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 17
17
# History and backup files
18
18
__history /
19
19
__recovery /
20
+ __astcache /
20
21
* .~ *
21
22
22
23
# Castalia statistics file
Original file line number Diff line number Diff line change 5
5
#include < System.hpp>
6
6
#include < System.JSON.hpp>
7
7
// ---------------------------------------------------------------------------
8
+ /* *
9
+ * User.
10
+ */
8
11
class TUser : public System ::TObject
9
12
{
10
13
typedef System::TObject inherited;
@@ -16,6 +19,9 @@ class TUser : public System::TObject
16
19
String Login;
17
20
};
18
21
22
+ /* *
23
+ * Repository.
24
+ */
19
25
class TRepository : public System ::TObject
20
26
{
21
27
typedef System::TObject inherited;
@@ -40,6 +46,9 @@ class TRepository : public System::TObject
40
46
String Homepage;
41
47
};
42
48
49
+ /* *
50
+ * Issue.
51
+ */
43
52
class TIssue : public System ::TObject
44
53
{
45
54
typedef System::TObject inherited;
@@ -54,6 +63,9 @@ class TIssue : public System::TObject
54
63
int Number;
55
64
};
56
65
66
+ /* *
67
+ * Organization.
68
+ */
57
69
class TOrganization : public System ::TObject
58
70
{
59
71
typedef System::TObject inherited;
You can’t perform that action at this time.
0 commit comments