azure / ai-document-processor
File Size

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

Intro
Learn more...
File Size Overall
0% | 0% | 16% | 18% | 65%
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
tsx0% | 0% | 42% | 48% | 8%
py0% | 0% | 0% | 0% | 100%
css0% | 0% | 0% | 0% | 100%
ps10% | 0% | 0% | 0% | 100%
yaml0% | 0% | 0% | 0% | 100%
js0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
ts0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
frontend0% | 0% | 36% | 41% | 22%
web-backend0% | 0% | 0% | 0% | 100%
pipeline0% | 0% | 0% | 0% | 100%
infra0% | 0% | 0% | 0% | 100%
scripts0% | 0% | 0% | 0% | 100%
data0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
testFunction0% | 0% | 0% | 0% | 100%
Longest Files (Top 45)
File# lines# units
PromptEditor.tsx
in frontend/src/components
333 -
BlobList.tsx
in frontend/src/components
160 -
BlobUploader.tsx
in frontend/src/components
111 -
App.tsx
in frontend/src
111 -
db.py
in web-backend/backendUtils
86 6
configuration.py
in pipeline/configuration
84 7
configuration.py
in web-backend/configuration
84 7
blob_functions.py
in web-backend/backendUtils
70 5
install.ps1
in infra
62 -
DeleteButton.tsx
in frontend/src/components
60 -
index.css
in frontend/src
59 -
function_app.py
in pipeline
58 2
__init__.py
in web-backend/getBlobsByContainer
50 2
azure_openai.py
in pipeline/pipelineUtils
49 2
__init__.py
in web-backend/uploadBlob
48 1
azure_openai.py
in web-backend/backendUtils
43 2
db.py
in pipeline/pipelineUtils
38 2
writeToBlob.py
in pipeline/activities
36 1
App.css
in frontend/src
36 -
runDocIntel.py
in pipeline/activities
34 1
uploadCosmos.py
in scripts
34 1
prompts.py
in pipeline/pipelineUtils
33 2
__init__.py
in web-backend/startWorkflow
31 1
29 -
blob_functions.py
in pipeline/pipelineUtils
29 4
prompts.py
in web-backend/backendUtils
29 2
__init__.py
in web-backend/deleteBlobs
28 1
eslint.config.js
in frontend
27 -
__init__.py
in web-backend/listPrompts
25 1
azure.yaml
in root
24 -
callAoai.py
in pipeline/activities
23 1
__init__.py
in web-backend/createPrompt
19 1
__init__.py
in web-backend/updatePrompt
18 1
__init__.py
in web-backend/selectLivePrompt
17 1
index.html
in frontend
13 -
__init__.py
in web-backend/delete_prompt
13 1
__init__.py
in testFunction
10 1
getBlobContent.py
in pipeline/activities
10 1
main.tsx
in frontend/src
9 -
__init__.py
in pipeline/pipelineUtils
6 1
vite.config.ts
in frontend
6 1
__init__.py
in web-backend/backendUtils
6 1
5 -
__init__.py
in pipeline/configuration
1 -
__init__.py
in web-backend/configuration
1 -
Files With Most Units (Top 29)
File# lines# units
configuration.py
in pipeline/configuration
84 7
configuration.py
in web-backend/configuration
84 7
db.py
in web-backend/backendUtils
86 6
blob_functions.py
in web-backend/backendUtils
70 5
blob_functions.py
in pipeline/pipelineUtils
29 4
db.py
in pipeline/pipelineUtils
38 2
azure_openai.py
in pipeline/pipelineUtils
49 2
prompts.py
in pipeline/pipelineUtils
33 2
function_app.py
in pipeline
58 2
__init__.py
in web-backend/getBlobsByContainer
50 2
azure_openai.py
in web-backend/backendUtils
43 2
prompts.py
in web-backend/backendUtils
29 2
__init__.py
in testFunction
10 1
__init__.py
in pipeline/pipelineUtils
6 1
getBlobContent.py
in pipeline/activities
10 1
callAoai.py
in pipeline/activities
23 1
writeToBlob.py
in pipeline/activities
36 1
runDocIntel.py
in pipeline/activities
34 1
uploadCosmos.py
in scripts
34 1
vite.config.ts
in frontend
6 1
__init__.py
in web-backend/listPrompts
25 1
__init__.py
in web-backend/delete_prompt
13 1
__init__.py
in web-backend/deleteBlobs
28 1
__init__.py
in web-backend/updatePrompt
18 1
__init__.py
in web-backend/createPrompt
19 1
__init__.py
in web-backend/uploadBlob
48 1
__init__.py
in web-backend/selectLivePrompt
17 1
__init__.py
in web-backend/backendUtils
6 1
__init__.py
in web-backend/startWorkflow
31 1
Files With Long Lines (Top 9)

There are 9 files with lines longer than 120 characters. In total, there are 18 long lines.

File# lines# units# long lines
install.ps1
in infra
62 - 4
configuration.py
in pipeline/configuration
84 7 3
configuration.py
in web-backend/configuration
84 7 3
29 - 2
5 - 2
__init__.py
in testFunction
10 1 1
BlobList.tsx
in frontend/src/components
160 - 1
App.tsx
in frontend/src
111 - 1
vite.config.ts
in frontend
6 1 1
Correlations

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

azure.yaml x: 12 commits (all time) y: 24 lines of code infra/install.ps1 x: 12 commits (all time) y: 62 lines of code scripts/postprovision.ps1 x: 4 commits (all time) y: 5 lines of code frontend/src/components/BlobList.tsx x: 6 commits (all time) y: 160 lines of code pipeline/pipelineUtils/azure_openai.py x: 5 commits (all time) y: 49 lines of code web-backend/getBlobsByContainer/__init__.py x: 6 commits (all time) y: 50 lines of code pipeline/activities/callAoai.py x: 6 commits (all time) y: 23 lines of code pipeline/activities/runDocIntel.py x: 8 commits (all time) y: 34 lines of code pipeline/activities/writeToBlob.py x: 5 commits (all time) y: 36 lines of code pipeline/configuration/__init__.py x: 2 commits (all time) y: 1 lines of code pipeline/configuration/configuration.py x: 2 commits (all time) y: 84 lines of code pipeline/pipelineUtils/blob_functions.py x: 4 commits (all time) y: 29 lines of code pipeline/pipelineUtils/db.py x: 5 commits (all time) y: 38 lines of code pipeline/pipelineUtils/prompts.py x: 4 commits (all time) y: 33 lines of code web-backend/backendUtils/azure_openai.py x: 4 commits (all time) y: 43 lines of code web-backend/backendUtils/blob_functions.py x: 4 commits (all time) y: 70 lines of code web-backend/backendUtils/db.py x: 4 commits (all time) y: 86 lines of code web-backend/startWorkflow/__init__.py x: 4 commits (all time) y: 31 lines of code scripts/uploadCosmos.py x: 3 commits (all time) y: 34 lines of code frontend/index.html x: 5 commits (all time) y: 13 lines of code frontend/src/App.tsx x: 10 commits (all time) y: 111 lines of code frontend/src/components/BlobUploader.tsx x: 2 commits (all time) y: 111 lines of code frontend/src/components/DeleteButton.tsx x: 2 commits (all time) y: 60 lines of code pipeline/activities/getBlobContent.py x: 3 commits (all time) y: 10 lines of code pipeline/function_app.py x: 4 commits (all time) y: 58 lines of code pipeline/pipelineUtils/__init__.py x: 2 commits (all time) y: 6 lines of code web-backend/createPrompt/__init__.py x: 2 commits (all time) y: 19 lines of code web-backend/deleteBlobs/__init__.py x: 2 commits (all time) y: 28 lines of code web-backend/delete_prompt/__init__.py x: 2 commits (all time) y: 13 lines of code web-backend/listPrompts/__init__.py x: 2 commits (all time) y: 25 lines of code web-backend/selectLivePrompt/__init__.py x: 2 commits (all time) y: 17 lines of code web-backend/updatePrompt/__init__.py x: 2 commits (all time) y: 18 lines of code web-backend/uploadBlob/__init__.py x: 2 commits (all time) y: 48 lines of code frontend/src/components/PromptEditor.tsx x: 3 commits (all time) y: 333 lines of code data/prompts.yaml x: 2 commits (all time) y: 29 lines of code testFunction/__init__.py x: 2 commits (all time) y: 10 lines of code frontend/eslint.config.js x: 1 commits (all time) y: 27 lines of code frontend/src/App.css x: 1 commits (all time) y: 36 lines of code frontend/src/index.css x: 1 commits (all time) y: 59 lines of code frontend/src/main.tsx x: 1 commits (all time) y: 9 lines of code frontend/vite.config.ts x: 1 commits (all time) y: 6 lines of code
333.0
lines of code
  min: 1.0
  average: 45.73
  25th percentile: 15.0
  median: 31.0
  75th percentile: 58.5
  max: 333.0
0 12.0
commits (all time)
min: 1.0 | average: 3.64 | 25th percentile: 2.0 | median: 3.0 | 75th percentile: 4.5 | max: 12.0

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

azure.yaml x: 3 contributors (all time) y: 24 lines of code infra/install.ps1 x: 2 contributors (all time) y: 62 lines of code scripts/postprovision.ps1 x: 2 contributors (all time) y: 5 lines of code frontend/src/components/BlobList.tsx x: 2 contributors (all time) y: 160 lines of code pipeline/pipelineUtils/azure_openai.py x: 3 contributors (all time) y: 49 lines of code web-backend/getBlobsByContainer/__init__.py x: 3 contributors (all time) y: 50 lines of code pipeline/activities/callAoai.py x: 3 contributors (all time) y: 23 lines of code pipeline/activities/runDocIntel.py x: 3 contributors (all time) y: 34 lines of code pipeline/activities/writeToBlob.py x: 3 contributors (all time) y: 36 lines of code pipeline/configuration/__init__.py x: 2 contributors (all time) y: 1 lines of code pipeline/configuration/configuration.py x: 2 contributors (all time) y: 84 lines of code pipeline/pipelineUtils/blob_functions.py x: 3 contributors (all time) y: 29 lines of code pipeline/pipelineUtils/db.py x: 3 contributors (all time) y: 38 lines of code web-backend/backendUtils/azure_openai.py x: 3 contributors (all time) y: 43 lines of code web-backend/backendUtils/blob_functions.py x: 3 contributors (all time) y: 70 lines of code web-backend/backendUtils/db.py x: 3 contributors (all time) y: 86 lines of code web-backend/startWorkflow/__init__.py x: 3 contributors (all time) y: 31 lines of code scripts/uploadCosmos.py x: 2 contributors (all time) y: 34 lines of code frontend/index.html x: 2 contributors (all time) y: 13 lines of code frontend/src/App.tsx x: 3 contributors (all time) y: 111 lines of code frontend/src/components/BlobUploader.tsx x: 2 contributors (all time) y: 111 lines of code frontend/src/components/DeleteButton.tsx x: 2 contributors (all time) y: 60 lines of code pipeline/activities/getBlobContent.py x: 2 contributors (all time) y: 10 lines of code pipeline/function_app.py x: 2 contributors (all time) y: 58 lines of code pipeline/pipelineUtils/__init__.py x: 2 contributors (all time) y: 6 lines of code web-backend/createPrompt/__init__.py x: 2 contributors (all time) y: 19 lines of code web-backend/deleteBlobs/__init__.py x: 2 contributors (all time) y: 28 lines of code web-backend/listPrompts/__init__.py x: 2 contributors (all time) y: 25 lines of code web-backend/selectLivePrompt/__init__.py x: 2 contributors (all time) y: 17 lines of code web-backend/updatePrompt/__init__.py x: 2 contributors (all time) y: 18 lines of code web-backend/uploadBlob/__init__.py x: 2 contributors (all time) y: 48 lines of code frontend/src/components/PromptEditor.tsx x: 2 contributors (all time) y: 333 lines of code data/prompts.yaml x: 2 contributors (all time) y: 29 lines of code testFunction/__init__.py x: 1 contributors (all time) y: 10 lines of code frontend/eslint.config.js x: 1 contributors (all time) y: 27 lines of code frontend/src/App.css x: 1 contributors (all time) y: 36 lines of code frontend/src/index.css x: 1 contributors (all time) y: 59 lines of code frontend/src/main.tsx x: 1 contributors (all time) y: 9 lines of code frontend/vite.config.ts x: 1 contributors (all time) y: 6 lines of code
333.0
lines of code
  min: 1.0
  average: 45.73
  25th percentile: 15.0
  median: 31.0
  75th percentile: 58.5
  max: 333.0
0 3.0
contributors (all time)
min: 1.0 | average: 2.2 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 3.0 | max: 3.0

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

azure.yaml x: 8 commits (30d) y: 24 lines of code infra/install.ps1 x: 12 commits (30d) y: 62 lines of code scripts/postprovision.ps1 x: 4 commits (30d) y: 5 lines of code frontend/src/components/BlobList.tsx x: 3 commits (30d) y: 160 lines of code pipeline/pipelineUtils/azure_openai.py x: 5 commits (30d) y: 49 lines of code web-backend/getBlobsByContainer/__init__.py x: 6 commits (30d) y: 50 lines of code pipeline/activities/callAoai.py x: 6 commits (30d) y: 23 lines of code pipeline/activities/runDocIntel.py x: 8 commits (30d) y: 34 lines of code pipeline/activities/writeToBlob.py x: 5 commits (30d) y: 36 lines of code pipeline/configuration/__init__.py x: 2 commits (30d) y: 1 lines of code pipeline/configuration/configuration.py x: 2 commits (30d) y: 84 lines of code pipeline/pipelineUtils/blob_functions.py x: 4 commits (30d) y: 29 lines of code pipeline/pipelineUtils/db.py x: 5 commits (30d) y: 38 lines of code pipeline/pipelineUtils/prompts.py x: 4 commits (30d) y: 33 lines of code web-backend/backendUtils/azure_openai.py x: 4 commits (30d) y: 43 lines of code web-backend/backendUtils/blob_functions.py x: 4 commits (30d) y: 70 lines of code web-backend/backendUtils/db.py x: 4 commits (30d) y: 86 lines of code web-backend/startWorkflow/__init__.py x: 4 commits (30d) y: 31 lines of code scripts/uploadCosmos.py x: 2 commits (30d) y: 34 lines of code frontend/index.html x: 2 commits (30d) y: 13 lines of code frontend/src/App.tsx x: 2 commits (30d) y: 111 lines of code frontend/src/components/DeleteButton.tsx x: 2 commits (30d) y: 60 lines of code pipeline/activities/getBlobContent.py x: 3 commits (30d) y: 10 lines of code pipeline/function_app.py x: 4 commits (30d) y: 58 lines of code pipeline/pipelineUtils/__init__.py x: 2 commits (30d) y: 6 lines of code web-backend/createPrompt/__init__.py x: 2 commits (30d) y: 19 lines of code web-backend/deleteBlobs/__init__.py x: 2 commits (30d) y: 28 lines of code web-backend/listPrompts/__init__.py x: 2 commits (30d) y: 25 lines of code web-backend/selectLivePrompt/__init__.py x: 2 commits (30d) y: 17 lines of code web-backend/updatePrompt/__init__.py x: 2 commits (30d) y: 18 lines of code web-backend/uploadBlob/__init__.py x: 2 commits (30d) y: 48 lines of code
160.0
lines of code
  min: 1.0
  average: 41.86
  25th percentile: 17.5
  median: 33.0
  75th percentile: 59.0
  max: 160.0
0 12.0
commits (30d)
min: 2.0 | average: 3.59 | 25th percentile: 2.0 | median: 3.0 | 75th percentile: 4.0 | max: 12.0

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

azure.yaml x: 3 contributors (30d) y: 24 lines of code infra/install.ps1 x: 2 contributors (30d) y: 62 lines of code scripts/postprovision.ps1 x: 2 contributors (30d) y: 5 lines of code frontend/src/components/BlobList.tsx x: 2 contributors (30d) y: 160 lines of code pipeline/pipelineUtils/azure_openai.py x: 3 contributors (30d) y: 49 lines of code web-backend/getBlobsByContainer/__init__.py x: 3 contributors (30d) y: 50 lines of code pipeline/activities/callAoai.py x: 3 contributors (30d) y: 23 lines of code pipeline/activities/runDocIntel.py x: 3 contributors (30d) y: 34 lines of code pipeline/activities/writeToBlob.py x: 3 contributors (30d) y: 36 lines of code pipeline/configuration/__init__.py x: 2 contributors (30d) y: 1 lines of code pipeline/configuration/configuration.py x: 2 contributors (30d) y: 84 lines of code pipeline/pipelineUtils/blob_functions.py x: 3 contributors (30d) y: 29 lines of code pipeline/pipelineUtils/db.py x: 3 contributors (30d) y: 38 lines of code pipeline/pipelineUtils/prompts.py x: 3 contributors (30d) y: 33 lines of code web-backend/backendUtils/azure_openai.py x: 3 contributors (30d) y: 43 lines of code web-backend/backendUtils/blob_functions.py x: 3 contributors (30d) y: 70 lines of code web-backend/backendUtils/db.py x: 3 contributors (30d) y: 86 lines of code web-backend/startWorkflow/__init__.py x: 3 contributors (30d) y: 31 lines of code scripts/uploadCosmos.py x: 2 contributors (30d) y: 34 lines of code frontend/index.html x: 2 contributors (30d) y: 13 lines of code frontend/src/App.tsx x: 2 contributors (30d) y: 111 lines of code frontend/src/components/DeleteButton.tsx x: 2 contributors (30d) y: 60 lines of code pipeline/activities/getBlobContent.py x: 2 contributors (30d) y: 10 lines of code pipeline/function_app.py x: 2 contributors (30d) y: 58 lines of code pipeline/pipelineUtils/__init__.py x: 2 contributors (30d) y: 6 lines of code web-backend/createPrompt/__init__.py x: 2 contributors (30d) y: 19 lines of code web-backend/deleteBlobs/__init__.py x: 2 contributors (30d) y: 28 lines of code web-backend/listPrompts/__init__.py x: 2 contributors (30d) y: 25 lines of code web-backend/selectLivePrompt/__init__.py x: 2 contributors (30d) y: 17 lines of code web-backend/updatePrompt/__init__.py x: 2 contributors (30d) y: 18 lines of code web-backend/uploadBlob/__init__.py x: 2 contributors (30d) y: 48 lines of code
160.0
lines of code
  min: 1.0
  average: 41.86
  25th percentile: 17.5
  median: 33.0
  75th percentile: 59.0
  max: 160.0
0 3.0
contributors (30d)
min: 2.0 | average: 2.38 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 3.0 | max: 3.0

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

azure.yaml x: 9 commits (90d) y: 24 lines of code infra/install.ps1 x: 12 commits (90d) y: 62 lines of code scripts/postprovision.ps1 x: 4 commits (90d) y: 5 lines of code frontend/src/components/BlobList.tsx x: 5 commits (90d) y: 160 lines of code pipeline/pipelineUtils/azure_openai.py x: 5 commits (90d) y: 49 lines of code web-backend/getBlobsByContainer/__init__.py x: 6 commits (90d) y: 50 lines of code pipeline/activities/callAoai.py x: 6 commits (90d) y: 23 lines of code pipeline/activities/runDocIntel.py x: 8 commits (90d) y: 34 lines of code pipeline/activities/writeToBlob.py x: 5 commits (90d) y: 36 lines of code pipeline/configuration/__init__.py x: 2 commits (90d) y: 1 lines of code pipeline/configuration/configuration.py x: 2 commits (90d) y: 84 lines of code pipeline/pipelineUtils/blob_functions.py x: 4 commits (90d) y: 29 lines of code pipeline/pipelineUtils/db.py x: 5 commits (90d) y: 38 lines of code pipeline/pipelineUtils/prompts.py x: 4 commits (90d) y: 33 lines of code web-backend/backendUtils/azure_openai.py x: 4 commits (90d) y: 43 lines of code web-backend/backendUtils/blob_functions.py x: 4 commits (90d) y: 70 lines of code web-backend/backendUtils/db.py x: 4 commits (90d) y: 86 lines of code web-backend/startWorkflow/__init__.py x: 4 commits (90d) y: 31 lines of code scripts/uploadCosmos.py x: 3 commits (90d) y: 34 lines of code frontend/index.html x: 4 commits (90d) y: 13 lines of code frontend/src/App.tsx x: 9 commits (90d) y: 111 lines of code frontend/src/components/BlobUploader.tsx x: 2 commits (90d) y: 111 lines of code frontend/src/components/DeleteButton.tsx x: 2 commits (90d) y: 60 lines of code pipeline/activities/getBlobContent.py x: 3 commits (90d) y: 10 lines of code pipeline/function_app.py x: 4 commits (90d) y: 58 lines of code pipeline/pipelineUtils/__init__.py x: 2 commits (90d) y: 6 lines of code web-backend/createPrompt/__init__.py x: 2 commits (90d) y: 19 lines of code web-backend/deleteBlobs/__init__.py x: 2 commits (90d) y: 28 lines of code web-backend/delete_prompt/__init__.py x: 2 commits (90d) y: 13 lines of code web-backend/listPrompts/__init__.py x: 2 commits (90d) y: 25 lines of code web-backend/selectLivePrompt/__init__.py x: 2 commits (90d) y: 17 lines of code web-backend/updatePrompt/__init__.py x: 2 commits (90d) y: 18 lines of code web-backend/uploadBlob/__init__.py x: 2 commits (90d) y: 48 lines of code frontend/src/components/PromptEditor.tsx x: 2 commits (90d) y: 333 lines of code data/prompts.yaml x: 1 commits (90d) y: 29 lines of code testFunction/__init__.py x: 1 commits (90d) y: 10 lines of code
333.0
lines of code
  min: 1.0
  average: 48.03
  25th percentile: 17.25
  median: 32.0
  75th percentile: 59.5
  max: 333.0
0 12.0
commits (90d)
min: 1.0 | average: 3.75 | 25th percentile: 2.0 | median: 3.5 | 75th percentile: 4.75 | max: 12.0

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

azure.yaml x: 3 contributors (90d) y: 24 lines of code infra/install.ps1 x: 2 contributors (90d) y: 62 lines of code scripts/postprovision.ps1 x: 2 contributors (90d) y: 5 lines of code frontend/src/components/BlobList.tsx x: 2 contributors (90d) y: 160 lines of code pipeline/pipelineUtils/azure_openai.py x: 3 contributors (90d) y: 49 lines of code web-backend/getBlobsByContainer/__init__.py x: 3 contributors (90d) y: 50 lines of code pipeline/activities/callAoai.py x: 3 contributors (90d) y: 23 lines of code pipeline/activities/runDocIntel.py x: 3 contributors (90d) y: 34 lines of code pipeline/activities/writeToBlob.py x: 3 contributors (90d) y: 36 lines of code pipeline/configuration/__init__.py x: 2 contributors (90d) y: 1 lines of code pipeline/configuration/configuration.py x: 2 contributors (90d) y: 84 lines of code pipeline/pipelineUtils/blob_functions.py x: 3 contributors (90d) y: 29 lines of code pipeline/pipelineUtils/db.py x: 3 contributors (90d) y: 38 lines of code web-backend/backendUtils/azure_openai.py x: 3 contributors (90d) y: 43 lines of code web-backend/backendUtils/blob_functions.py x: 3 contributors (90d) y: 70 lines of code web-backend/backendUtils/db.py x: 3 contributors (90d) y: 86 lines of code web-backend/startWorkflow/__init__.py x: 3 contributors (90d) y: 31 lines of code scripts/uploadCosmos.py x: 2 contributors (90d) y: 34 lines of code frontend/index.html x: 2 contributors (90d) y: 13 lines of code frontend/src/App.tsx x: 3 contributors (90d) y: 111 lines of code frontend/src/components/BlobUploader.tsx x: 2 contributors (90d) y: 111 lines of code frontend/src/components/DeleteButton.tsx x: 2 contributors (90d) y: 60 lines of code pipeline/activities/getBlobContent.py x: 2 contributors (90d) y: 10 lines of code pipeline/function_app.py x: 2 contributors (90d) y: 58 lines of code pipeline/pipelineUtils/__init__.py x: 2 contributors (90d) y: 6 lines of code web-backend/createPrompt/__init__.py x: 2 contributors (90d) y: 19 lines of code web-backend/deleteBlobs/__init__.py x: 2 contributors (90d) y: 28 lines of code web-backend/listPrompts/__init__.py x: 2 contributors (90d) y: 25 lines of code web-backend/selectLivePrompt/__init__.py x: 2 contributors (90d) y: 17 lines of code web-backend/updatePrompt/__init__.py x: 2 contributors (90d) y: 18 lines of code web-backend/uploadBlob/__init__.py x: 2 contributors (90d) y: 48 lines of code frontend/src/components/PromptEditor.tsx x: 2 contributors (90d) y: 333 lines of code data/prompts.yaml x: 1 contributors (90d) y: 29 lines of code testFunction/__init__.py x: 1 contributors (90d) y: 10 lines of code
333.0
lines of code
  min: 1.0
  average: 48.03
  25th percentile: 17.25
  median: 32.0
  75th percentile: 59.5
  max: 333.0
0 3.0
contributors (90d)
min: 1.0 | average: 2.33 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 3.0 | max: 3.0