File size: 3,177 Bytes
41c095f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
  "ast": {
    "items": [
      {
        "use": {
          "tree": {
            "path": {
              "ident": "dioxus",
              "tree": {
                "path": {
                  "ident": "prelude",
                  "tree": "*"
                }
              }
            }
          }
        }
      },
      {
        "fn": {
          "attrs": [
            {
              "meta": {
                "path": {
                  "segments": [
                    {
                      "ident": "component"
                    }
                  ]
                }
              },
              "style": "outer"
            }
          ],
          "ident": "ExtractorAppHeader",
          "inputs": [],
          "output": {
            "path": {
              "segments": [
                {
                  "ident": "Element"
                }
              ]
            }
          },
          "stmts": [
            {
              "macro": {
                "delimiter": "brace",
                "path": {
                  "segments": [
                    {
                      "ident": "rsx"
                    }
                  ]
                },
                "tokens": [
                  {
                    "ident": "h1"
                  },
                  {
                    "group": {
                      "delimiter": "brace",
                      "stream": [
                        {
                          "lit": "\"📄 Markdown Code Extractor\""
                        }
                      ]
                    }
                  },
                  {
                    "ident": "p"
                  },
                  {
                    "group": {
                      "delimiter": "brace",
                      "stream": [
                        {
                          "lit": "\"Upload markdown files to extract and copy code snippets with ease\""
                        }
                      ]
                    }
                  }
                ]
              }
            }
          ],
          "vis": "pub"
        }
      }
    ]
  },
  "file_path": "src\\extractor\\components\\appheader.rs",
  "summary": {
    "emoji_counts_in_strings": {
      "📄": 1
    },
    "string_literals": [
      "\"📄 Markdown Code Extractor\"",
      "\"Upload markdown files to extract and copy code snippets with ease\""
    ],
    "top_level_nodes": 1,
    "total_nodes": 28,
    "type_counts": {
      "attrs": 1,
      "delimiter": 3,
      "fn": 1,
      "group": 2,
      "ident": 8,
      "inputs": 1,
      "items": 1,
      "lit": 2,
      "macro": 1,
      "meta": 1,
      "output": 1,
      "path": 5,
      "segments": 3,
      "stmts": 1,
      "stream": 2,
      "style": 1,
      "tokens": 1,
      "tree": 3,
      "use": 1,
      "vis": 1
    },
    "word_counts": {
      "and": 1,
      "code": 2,
      "copy": 1,
      "ease": 1,
      "extract": 1,
      "extractor": 1,
      "files": 1,
      "markdown": 2,
      "snippets": 1,
      "to": 1,
      "upload": 1,
      "with": 1
    },
    "word_emoji_counts": {}
  },
  "timestamp": 1751588208
}