openai / openai-mcpkit
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 10 files with 1,691 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 5 medium size files (1,423 lines of code)
    • 1 small files (127 lines of code)
    • 4 very small files (141 lines of code)
0% | 0% | 84% | 7% | 8%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: grouped by folders | grouped by size | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 0% | 89% | 0% | 10%
ts0% | 0% | 79% | 14% | 6%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
python-authenticated-mcp-server-scaffold0% | 0% | 99% | 0% | <1%
typescript-authenticated-mcp-server-scaffold0% | 0% | 79% | 14% | 6%
scripts0% | 0% | 0% | 0% | 100%
Longest Files (Top 10)
File# lines# units
trends.ts
in typescript-authenticated-mcp-server-scaffold/src
419 11
server.ts
in typescript-authenticated-mcp-server-scaffold/src
288 1
helpers.py
in python-authenticated-mcp-server-scaffold/server
252 9
app.py
in python-authenticated-mcp-server-scaffold/server
246 1
token_verifiers.py
in python-authenticated-mcp-server-scaffold/server
218 8
auth.ts
in typescript-authenticated-mcp-server-scaffold/src
127 7
83 4
config.ts
in typescript-authenticated-mcp-server-scaffold/src
48 -
openaiClient.ts
in typescript-authenticated-mcp-server-scaffold/src
9 1
__init__.py
in python-authenticated-mcp-server-scaffold/server
1 -
Files With Most Units (Top 8)
File# lines# units
trends.ts
in typescript-authenticated-mcp-server-scaffold/src
419 11
helpers.py
in python-authenticated-mcp-server-scaffold/server
252 9
token_verifiers.py
in python-authenticated-mcp-server-scaffold/server
218 8
auth.ts
in typescript-authenticated-mcp-server-scaffold/src
127 7
83 4
app.py
in python-authenticated-mcp-server-scaffold/server
246 1
server.ts
in typescript-authenticated-mcp-server-scaffold/src
288 1
openaiClient.ts
in typescript-authenticated-mcp-server-scaffold/src
9 1
Files With Long Lines (Top 5)

There are 5 files with lines longer than 120 characters. In total, there are 8 long lines.

File# lines# units# long lines
app.py
in python-authenticated-mcp-server-scaffold/server
246 1 3
trends.ts
in typescript-authenticated-mcp-server-scaffold/src
419 11 2
token_verifiers.py
in python-authenticated-mcp-server-scaffold/server
218 8 1
server.ts
in typescript-authenticated-mcp-server-scaffold/src
288 1 1
config.ts
in typescript-authenticated-mcp-server-scaffold/src
48 - 1
Correlations

File Size vs. Commits (all time): 6 points

scripts/upload_expert_calls_to_vector_store.py x: 2 commits (all time) y: 83 lines of code python-authenticated-mcp-server-scaffold/server/app.py x: 4 commits (all time) y: 246 lines of code typescript-authenticated-mcp-server-scaffold/src/auth.ts x: 4 commits (all time) y: 127 lines of code typescript-authenticated-mcp-server-scaffold/src/config.ts x: 2 commits (all time) y: 48 lines of code typescript-authenticated-mcp-server-scaffold/src/server.ts x: 2 commits (all time) y: 288 lines of code typescript-authenticated-mcp-server-scaffold/src/trends.ts x: 2 commits (all time) y: 419 lines of code
419.0
lines of code
  min: 48.0
  average: 201.83
  25th percentile: 74.25
  median: 186.5
  75th percentile: 320.75
  max: 419.0
0 4.0
commits (all time)
min: 2.0 | average: 2.67 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 4.0 | max: 4.0

File Size vs. Contributors (all time): 6 points

scripts/upload_expert_calls_to_vector_store.py x: 1 contributors (all time) y: 83 lines of code python-authenticated-mcp-server-scaffold/server/app.py x: 1 contributors (all time) y: 246 lines of code typescript-authenticated-mcp-server-scaffold/src/auth.ts x: 1 contributors (all time) y: 127 lines of code typescript-authenticated-mcp-server-scaffold/src/config.ts x: 1 contributors (all time) y: 48 lines of code typescript-authenticated-mcp-server-scaffold/src/server.ts x: 1 contributors (all time) y: 288 lines of code typescript-authenticated-mcp-server-scaffold/src/trends.ts x: 1 contributors (all time) y: 419 lines of code
419.0
lines of code
  min: 48.0
  average: 201.83
  25th percentile: 74.25
  median: 186.5
  75th percentile: 320.75
  max: 419.0
0 1.0
contributors (all time)
min: 1.0 | average: 1.0 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 1.0

File Size vs. Commits (30 days): 0 points

No data for "commits (30d)" vs. "lines of code".

File Size vs. Contributors (30 days): 0 points

No data for "contributors (30d)" vs. "lines of code".


File Size vs. Commits (90 days): 0 points

No data for "commits (90d)" vs. "lines of code".

File Size vs. Contributors (90 days): 0 points

No data for "contributors (90d)" vs. "lines of code".