openai / orchard
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 176 files with 14,286 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,410 lines of code)
    • 19 medium size files (5,905 lines of code)
    • 16 small files (2,285 lines of code)
    • 139 very small files (4,686 lines of code)
0% | 9% | 41% | 15% | 32%
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
yaml0% | 96% | 0% | 0% | 3%
go0% | 4% | 44% | 17% | 34%
proto0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
api0% | 99% | 0% | 0% | <1%
internal0% | 5% | 41% | 18% | 34%
pkg0% | 0% | 51% | 0% | 48%
rpc0% | 0% | 66% | 26% | 7%
cmd0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
.github0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
811 -
exec_sessions.go
in internal/controller
599 42
worker.go
in internal/worker
492 13
485 48
api_vms.go
in internal/controller
447 13
api_vms_exec.go
in internal/controller
415 10
scheduler.go
in internal/controller/scheduler
407 10
controller.go
in internal/controller
380 10
client.go
in pkg/client
313 21
sshexec.go
in internal/controller/sshexec
294 15
tart.go
in internal/worker/vmmanager/tart
288 13
api.go
in internal/controller
284 10
v1.go
in pkg/resource/v1
261 17
vms.go
in pkg/client
252 16
create.go
in internal/command/context
238 6
run.go
in internal/command/controller
236 3
sshserver.go
in internal/controller/sshserver
230 6
run.go
in internal/command/worker
229 4
vetu.go
in internal/worker/vmmanager/vetu
227 13
base.go
in internal/worker/vmmanager/base
216 12
dev.go
in internal/command/dev
211 5
193 18
api_vms_portforward.go
in internal/controller
192 4
vm.go
in internal/command/create
181 2
vm.go
in internal/command/ssh
158 3
exec_ssh_clients.go
in internal/controller
157 10
synthetic.go
in internal/worker/vmmanager/synthetic
146 13
rpc.go
in internal/worker
145 3
handle.go
in internal/config
131 7
api_service_accounts.go
in internal/controller
131 5
badger_watch.go
in internal/controller/store/badger
129 1
api_workers.go
in internal/controller
127 5
init.go
in internal/command/controller
125 4
badger_events.go
in internal/controller/store/badger
124 5
bootstraptoken.go
in internal/bootstraptoken
122 6
rpcv2.go
in internal/worker
117 5
vm.go
in internal/command/get
107 2
datadir.go
in internal/controller
92 10
api_vms_ip.go
in internal/controller
89 2
rpc.go
in internal/controller
86 3
badger_store.go
in internal/controller/store/badger
86 5
bootstrap.go
in internal/command/controller
86 1
option.go
in internal/controller
85 15
worker.go
in internal/command/vnc
83 2
resources.go
in pkg/resource/v1
81 10
vm.go
in internal/command/vnc
80 2
api_rpc_watch.go
in internal/controller
79 1
vm_condition.go
in pkg/resource/v1
78 6
root.go
in internal/command
75 2
badger_generic.go
in internal/controller/store/badger
71 2
Files With Most Units (Top 50)
File# lines# units
485 48
exec_sessions.go
in internal/controller
599 42
client.go
in pkg/client
313 21
193 18
v1.go
in pkg/resource/v1
261 17
vms.go
in pkg/client
252 16
sshexec.go
in internal/controller/sshexec
294 15
option.go
in internal/controller
85 15
worker.go
in internal/worker
492 13
synthetic.go
in internal/worker/vmmanager/synthetic
146 13
tart.go
in internal/worker/vmmanager/tart
288 13
vetu.go
in internal/worker/vmmanager/vetu
227 13
api_vms.go
in internal/controller
447 13
base.go
in internal/worker/vmmanager/base
216 12
resources.go
in pkg/resource/v1
81 10
scheduler.go
in internal/controller/scheduler
407 10
api.go
in internal/controller
284 10
api_vms_exec.go
in internal/controller
415 10
datadir.go
in internal/controller
92 10
exec_ssh_clients.go
in internal/controller
157 10
controller.go
in internal/controller
380 10
option.go
in internal/worker
49 8
vmmanager.go
in internal/worker/vmmanager
62 7
handle.go
in internal/config
131 7
vm_condition.go
in pkg/resource/v1
78 6
workers.go
in pkg/client
65 6
vetu.go
in internal/worker/runtime
36 6
synthetic.go
in internal/worker/runtime
41 6
tart.go
in internal/worker/runtime
36 6
sshserver.go
in internal/controller/sshserver
230 6
create.go
in internal/command/context
238 6
bootstraptoken.go
in internal/bootstraptoken
122 6
service_accounts.go
in pkg/client
60 5
option.go
in pkg/client
46 5
events.go
in pkg/client
63 5
rpcv2.go
in internal/worker
117 5
concurrentmap.go
in internal/concurrentmap
42 5
badger_events.go
in internal/controller/store/badger
124 5
badger_service_account.go
in internal/controller/store/badger
21 5
badger_logger.go
in internal/controller/store/badger
22 5
badger_worker.go
in internal/controller/store/badger
21 5
badger_vm.go
in internal/controller/store/badger
21 5
badger_store.go
in internal/controller/store/badger
86 5
api_workers.go
in internal/controller
127 5
api_service_accounts.go
in internal/controller
131 5
dev.go
in internal/command/dev
211 5
ondiskname.go
in internal/worker/ondiskname
68 4
config.go
in internal/config
39 4
api_vms_portforward.go
in internal/controller
192 4
run.go
in internal/command/worker
229 4
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
193 18 5
485 48 3
vms.go
in pkg/client
252 16 2
vm.go
in internal/command/create
181 2 2
811 - 2
dhcpleasetime.go
in internal/worker/dhcpleasetime
44 1 1
rpc.go
in internal/controller
86 3 1
api_vms.go
in internal/controller
447 13 1
run.go
in internal/command/controller
236 3 1
Correlations

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

internal/command/controller/run.go x: 28 commits (all time) y: 236 lines of code internal/controller/api_vms_exec.go x: 6 commits (all time) y: 415 lines of code internal/controller/controller.go x: 44 commits (all time) y: 380 lines of code internal/controller/exec_sessions.go x: 3 commits (all time) y: 599 lines of code internal/controller/exec_ssh_clients.go x: 1 commits (all time) y: 157 lines of code internal/controller/option.go x: 16 commits (all time) y: 85 lines of code internal/controller/sshexec/sshexec.go x: 4 commits (all time) y: 294 lines of code internal/controller/api_workers.go x: 22 commits (all time) y: 127 lines of code api/openapi.yaml x: 30 commits (all time) y: 811 lines of code internal/execstream/frame.go x: 3 commits (all time) y: 42 lines of code pkg/client/vms.go x: 19 commits (all time) y: 252 lines of code internal/command/create/vm.go x: 24 commits (all time) y: 181 lines of code internal/controller/api_vms.go x: 32 commits (all time) y: 447 lines of code pkg/resource/v1/v1.go x: 33 commits (all time) y: 261 lines of code internal/controller/api_vms_ip.go x: 7 commits (all time) y: 89 lines of code internal/controller/api_vms_portforward.go x: 21 commits (all time) y: 192 lines of code internal/controller/scheduler/scheduler.go x: 21 commits (all time) y: 407 lines of code internal/imageconstant/imageconstant.go x: 3 commits (all time) y: 5 lines of code internal/worker/option.go x: 12 commits (all time) y: 49 lines of code internal/worker/runtime/runtime.go x: 1 commits (all time) y: 23 lines of code internal/worker/runtime/synthetic.go x: 1 commits (all time) y: 41 lines of code internal/worker/runtime/tart.go x: 1 commits (all time) y: 36 lines of code internal/worker/vmmanager/base/base.go x: 2 commits (all time) y: 216 lines of code internal/worker/vmmanager/base/cmd.go x: 1 commits (all time) y: 66 lines of code internal/worker/vmmanager/tart/cmd.go x: 2 commits (all time) y: 14 lines of code internal/worker/vmmanager/tart/tart.go x: 3 commits (all time) y: 288 lines of code internal/worker/vmmanager/vetu/cmd.go x: 1 commits (all time) y: 14 lines of code internal/worker/vmmanager/vetu/vetu.go x: 1 commits (all time) y: 227 lines of code internal/worker/vmmanager/vmmanager.go x: 8 commits (all time) y: 62 lines of code internal/worker/worker.go x: 40 commits (all time) y: 492 lines of code pkg/resource/v1/worker.go x: 8 commits (all time) y: 21 lines of code internal/controller/notifier/notifier.go x: 5 commits (all time) y: 62 lines of code internal/controller/api.go x: 25 commits (all time) y: 284 lines of code pkg/client/client.go x: 23 commits (all time) y: 313 lines of code internal/command/worker/run.go x: 21 commits (all time) y: 229 lines of code internal/controller/store/badger/badger_generic.go x: 3 commits (all time) y: 71 lines of code internal/controller/store/badger/badger_service_account.go x: 5 commits (all time) y: 21 lines of code internal/controller/store/badger/badger_vm.go x: 7 commits (all time) y: 21 lines of code internal/controller/store/store.go x: 11 commits (all time) y: 54 lines of code internal/echoserver/echoserver.go x: 2 commits (all time) y: 64 lines of code internal/echoserver/option.go x: 1 commits (all time) y: 8 lines of code internal/controller/sshserver/sshserver.go x: 6 commits (all time) y: 230 lines of code pkg/resource/v1/service_account_role.go x: 3 commits (all time) y: 39 lines of code internal/controller/api_service_accounts.go x: 10 commits (all time) y: 131 lines of code pkg/client/option.go x: 7 commits (all time) y: 46 lines of code pkg/resource/v1/service_account.go x: 4 commits (all time) y: 10 lines of code internal/command/dev/dev.go x: 17 commits (all time) y: 211 lines of code internal/worker/platform/iokitregistry/iokitregistry.go x: 1 commits (all time) y: 35 lines of code internal/worker/platform/platform_darwin.go x: 1 commits (all time) y: 5 lines of code internal/worker/platform/platform_linux.go x: 1 commits (all time) y: 11 lines of code internal/dialer/dialer.go x: 1 commits (all time) y: 16 lines of code internal/worker/rpc.go x: 13 commits (all time) y: 145 lines of code internal/worker/rpcv2.go x: 6 commits (all time) y: 117 lines of code internal/worker/vmmanager/synthetic/synthetic.go x: 1 commits (all time) y: 146 lines of code internal/command/logs/vm.go x: 3 commits (all time) y: 37 lines of code internal/controller/store/badger/badger_events.go x: 4 commits (all time) y: 124 lines of code internal/worker/fsm.go x: 2 commits (all time) y: 51 lines of code pkg/resource/v1/vm_condition.go x: 1 commits (all time) y: 78 lines of code internal/command/controller/bootstrap.go x: 5 commits (all time) y: 86 lines of code internal/controller/store/badger/badger_cluster_settings.go x: 3 commits (all time) y: 11 lines of code pkg/resource/v1/cluster_settings.go x: 4 commits (all time) y: 22 lines of code internal/controller/store/badger/badger_store.go x: 6 commits (all time) y: 86 lines of code internal/controller/api_controller.go x: 3 commits (all time) y: 25 lines of code internal/command/get/vm.go x: 7 commits (all time) y: 107 lines of code internal/controller/store/badger/badger_watch.go x: 1 commits (all time) y: 129 lines of code internal/command/get/cluster_settings.go x: 4 commits (all time) y: 39 lines of code internal/command/get/service_account.go x: 3 commits (all time) y: 54 lines of code internal/command/get/worker.go x: 3 commits (all time) y: 68 lines of code internal/command/list/service_accounts.go x: 2 commits (all time) y: 44 lines of code internal/command/list/vms.go x: 6 commits (all time) y: 43 lines of code internal/command/list/workers.go x: 4 commits (all time) y: 42 lines of code pkg/resource/v1/resources.go x: 3 commits (all time) y: 81 lines of code internal/controller/api_rpc_portforward.go x: 5 commits (all time) y: 51 lines of code internal/controller/api_rpc_watch.go x: 5 commits (all time) y: 79 lines of code internal/command/context/create.go x: 11 commits (all time) y: 238 lines of code internal/command/create/service_account.go x: 3 commits (all time) y: 46 lines of code internal/command/list/list.go x: 3 commits (all time) y: 14 lines of code internal/command/pause/worker.go x: 3 commits (all time) y: 62 lines of code internal/command/ssh/vm.go x: 7 commits (all time) y: 158 lines of code internal/command/vnc/vm.go x: 4 commits (all time) y: 80 lines of code internal/command/vnc/worker.go x: 2 commits (all time) y: 83 lines of code internal/command/controller/controller.go x: 4 commits (all time) y: 15 lines of code internal/command/root.go x: 14 commits (all time) y: 75 lines of code .github/dependabot.yaml x: 2 commits (all time) y: 10 lines of code internal/controller/wserror.go x: 3 commits (all time) y: 28 lines of code internal/worker/dhcpleasetime/dhcpleasetime.go x: 1 commits (all time) y: 44 lines of code pkg/client/rpc.go x: 1 commits (all time) y: 61 lines of code internal/controller/api_cluster_settings.go x: 3 commits (all time) y: 50 lines of code internal/controller/scheduler/workerinfo.go x: 1 commits (all time) y: 28 lines of code internal/config/handle.go x: 4 commits (all time) y: 131 lines of code internal/controller/store/badger/badger_logger.go x: 1 commits (all time) y: 22 lines of code rpc/orchard.pb.go x: 5 commits (all time) y: 485 lines of code rpc/orchard.proto x: 5 commits (all time) y: 43 lines of code rpc/orchard_grpc.pb.go x: 4 commits (all time) y: 193 lines of code cmd/orchard/main.go x: 2 commits (all time) y: 24 lines of code internal/command/controller/init.go x: 8 commits (all time) y: 125 lines of code internal/controller/datadir.go x: 5 commits (all time) y: 92 lines of code internal/proxy/proxy.go x: 4 commits (all time) y: 36 lines of code internal/simplename/simplename.go x: 2 commits (all time) y: 63 lines of code pkg/resource/v1/host_dir_policy.go x: 3 commits (all time) y: 59 lines of code internal/command/portforward/portspec.go x: 2 commits (all time) y: 52 lines of code pkg/client/workers.go x: 5 commits (all time) y: 65 lines of code internal/command/get/get.go x: 4 commits (all time) y: 26 lines of code internal/structpath/structpath.go x: 2 commits (all time) y: 28 lines of code internal/orchardhome/orchardhome.go x: 4 commits (all time) y: 24 lines of code internal/bootstraptoken/bootstraptoken.go x: 2 commits (all time) y: 122 lines of code internal/worker/ondiskname/ondiskname.go x: 2 commits (all time) y: 68 lines of code api/api.go x: 1 commits (all time) y: 3 lines of code rpc/constants.go x: 2 commits (all time) y: 5 lines of code internal/command/context/default.go x: 2 commits (all time) y: 22 lines of code internal/command/deletecmd/vm.go x: 3 commits (all time) y: 21 lines of code internal/controller/store/errors.go x: 3 commits (all time) y: 9 lines of code internal/responder/code.go x: 2 commits (all time) y: 16 lines of code internal/responder/responder.go x: 2 commits (all time) y: 7 lines of code
811.0
lines of code
  min: 3.0
  average: 81.17
  25th percentile: 17.0
  median: 40.0
  75th percentile: 82.5
  max: 811.0
0 44.0
commits (all time)
min: 1.0 | average: 5.08 | 25th percentile: 1.0 | median: 3.0 | 75th percentile: 5.0 | max: 44.0

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

internal/command/controller/run.go x: 4 contributors (all time) y: 236 lines of code internal/controller/api_vms_exec.go x: 2 contributors (all time) y: 415 lines of code internal/controller/controller.go x: 3 contributors (all time) y: 380 lines of code internal/controller/exec_sessions.go x: 1 contributors (all time) y: 599 lines of code internal/controller/exec_ssh_clients.go x: 1 contributors (all time) y: 157 lines of code internal/controller/option.go x: 2 contributors (all time) y: 85 lines of code internal/controller/sshexec/sshexec.go x: 2 contributors (all time) y: 294 lines of code internal/controller/api_workers.go x: 3 contributors (all time) y: 127 lines of code api/openapi.yaml x: 3 contributors (all time) y: 811 lines of code internal/execstream/frame.go x: 2 contributors (all time) y: 42 lines of code pkg/client/vms.go x: 3 contributors (all time) y: 252 lines of code internal/command/create/vm.go x: 3 contributors (all time) y: 181 lines of code internal/controller/api_vms.go x: 2 contributors (all time) y: 447 lines of code pkg/resource/v1/v1.go x: 2 contributors (all time) y: 261 lines of code internal/controller/api_vms_ip.go x: 2 contributors (all time) y: 89 lines of code internal/controller/api_vms_portforward.go x: 2 contributors (all time) y: 192 lines of code internal/controller/scheduler/scheduler.go x: 3 contributors (all time) y: 407 lines of code internal/imageconstant/imageconstant.go x: 1 contributors (all time) y: 5 lines of code internal/worker/option.go x: 2 contributors (all time) y: 49 lines of code internal/worker/runtime/runtime.go x: 1 contributors (all time) y: 23 lines of code internal/worker/runtime/synthetic.go x: 1 contributors (all time) y: 41 lines of code internal/worker/runtime/tart.go x: 1 contributors (all time) y: 36 lines of code internal/worker/vmmanager/base/base.go x: 1 contributors (all time) y: 216 lines of code internal/worker/vmmanager/base/cmd.go x: 1 contributors (all time) y: 66 lines of code internal/worker/vmmanager/tart/cmd.go x: 1 contributors (all time) y: 14 lines of code internal/worker/vmmanager/tart/tart.go x: 1 contributors (all time) y: 288 lines of code internal/worker/vmmanager/vetu/vetu.go x: 1 contributors (all time) y: 227 lines of code internal/worker/vmmanager/vmmanager.go x: 2 contributors (all time) y: 62 lines of code internal/worker/worker.go x: 2 contributors (all time) y: 492 lines of code pkg/resource/v1/worker.go x: 1 contributors (all time) y: 21 lines of code internal/concurrentmap/concurrentmap.go x: 3 contributors (all time) y: 42 lines of code internal/controller/notifier/notifier.go x: 3 contributors (all time) y: 62 lines of code internal/controller/api.go x: 2 contributors (all time) y: 284 lines of code pkg/client/client.go x: 2 contributors (all time) y: 313 lines of code internal/command/worker/run.go x: 2 contributors (all time) y: 229 lines of code internal/controller/store/badger/badger_generic.go x: 2 contributors (all time) y: 71 lines of code internal/controller/store/badger/badger_service_account.go x: 2 contributors (all time) y: 21 lines of code internal/controller/store/store.go x: 2 contributors (all time) y: 54 lines of code internal/echoserver/option.go x: 1 contributors (all time) y: 8 lines of code internal/controller/sshserver/sshserver.go x: 2 contributors (all time) y: 230 lines of code internal/controller/api_service_accounts.go x: 2 contributors (all time) y: 131 lines of code pkg/client/option.go x: 2 contributors (all time) y: 46 lines of code pkg/resource/v1/service_account.go x: 1 contributors (all time) y: 10 lines of code internal/command/dev/dev.go x: 2 contributors (all time) y: 211 lines of code internal/worker/platform/iokitregistry/iokitregistry.go x: 1 contributors (all time) y: 35 lines of code internal/dialer/dialer.go x: 1 contributors (all time) y: 16 lines of code internal/worker/rpc.go x: 2 contributors (all time) y: 145 lines of code internal/worker/rpcv2.go x: 1 contributors (all time) y: 117 lines of code internal/worker/vmmanager/synthetic/synthetic.go x: 1 contributors (all time) y: 146 lines of code internal/command/logs/vm.go x: 3 contributors (all time) y: 37 lines of code internal/controller/store/badger/badger_events.go x: 2 contributors (all time) y: 124 lines of code pkg/resource/v1/vm_condition.go x: 1 contributors (all time) y: 78 lines of code internal/command/get/vm.go x: 1 contributors (all time) y: 107 lines of code internal/controller/store/badger/badger_watch.go x: 1 contributors (all time) y: 129 lines of code internal/command/get/service_account.go x: 1 contributors (all time) y: 54 lines of code internal/command/get/worker.go x: 1 contributors (all time) y: 68 lines of code internal/command/list/service_accounts.go x: 1 contributors (all time) y: 44 lines of code pkg/resource/v1/resources.go x: 1 contributors (all time) y: 81 lines of code internal/controller/api_rpc_portforward.go x: 1 contributors (all time) y: 51 lines of code internal/command/context/create.go x: 2 contributors (all time) y: 238 lines of code internal/command/create/service_account.go x: 1 contributors (all time) y: 46 lines of code internal/command/pause/worker.go x: 1 contributors (all time) y: 62 lines of code internal/command/portforward/vm.go x: 2 contributors (all time) y: 70 lines of code internal/command/ssh/vm.go x: 2 contributors (all time) y: 158 lines of code internal/command/vnc/vm.go x: 2 contributors (all time) y: 80 lines of code internal/command/controller/controller.go x: 2 contributors (all time) y: 15 lines of code internal/command/root.go x: 2 contributors (all time) y: 75 lines of code internal/controller/wserror.go x: 1 contributors (all time) y: 28 lines of code internal/config/handle.go x: 1 contributors (all time) y: 131 lines of code rpc/orchard.pb.go x: 2 contributors (all time) y: 485 lines of code internal/command/controller/init.go x: 2 contributors (all time) y: 125 lines of code internal/controller/datadir.go x: 2 contributors (all time) y: 92 lines of code pkg/resource/v1/host_dir_policy.go x: 2 contributors (all time) y: 59 lines of code pkg/client/workers.go x: 2 contributors (all time) y: 65 lines of code internal/responder/error.go x: 2 contributors (all time) y: 25 lines of code internal/bootstraptoken/bootstraptoken.go x: 1 contributors (all time) y: 122 lines of code api/api.go x: 1 contributors (all time) y: 3 lines of code internal/command/deletecmd/delete.go x: 2 contributors (all time) y: 12 lines of code rpc/constants.go x: 2 contributors (all time) y: 5 lines of code internal/controller/store/errors.go x: 2 contributors (all time) y: 9 lines of code internal/responder/code.go x: 2 contributors (all time) y: 16 lines of code
811.0
lines of code
  min: 3.0
  average: 81.17
  25th percentile: 17.0
  median: 40.0
  75th percentile: 82.5
  max: 811.0
0 4.0
contributors (all time)
min: 1.0 | average: 1.43 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 2.0 | max: 4.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): 11 points

internal/command/controller/run.go x: 2 commits (90d) y: 236 lines of code internal/controller/api_vms_exec.go x: 4 commits (90d) y: 415 lines of code internal/controller/controller.go x: 3 commits (90d) y: 380 lines of code internal/controller/exec_sessions.go x: 3 commits (90d) y: 599 lines of code internal/controller/exec_ssh_clients.go x: 1 commits (90d) y: 157 lines of code internal/controller/option.go x: 2 commits (90d) y: 85 lines of code internal/controller/sshexec/sshexec.go x: 3 commits (90d) y: 294 lines of code internal/controller/api_workers.go x: 2 commits (90d) y: 127 lines of code api/openapi.yaml x: 2 commits (90d) y: 811 lines of code internal/execstream/frame.go x: 2 commits (90d) y: 42 lines of code pkg/client/vms.go x: 2 commits (90d) y: 252 lines of code
811.0
lines of code
  min: 42.0
  average: 308.91
  25th percentile: 127.0
  median: 252.0
  75th percentile: 415.0
  max: 811.0
0 4.0
commits (90d)
min: 1.0 | average: 2.36 | 25th percentile: 2.0 | median: 2.0 | 75th percentile: 3.0 | max: 4.0

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

internal/command/controller/run.go x: 1 contributors (90d) y: 236 lines of code internal/controller/api_vms_exec.go x: 1 contributors (90d) y: 415 lines of code internal/controller/controller.go x: 2 contributors (90d) y: 380 lines of code internal/controller/exec_sessions.go x: 1 contributors (90d) y: 599 lines of code internal/controller/exec_ssh_clients.go x: 1 contributors (90d) y: 157 lines of code internal/controller/option.go x: 1 contributors (90d) y: 85 lines of code internal/controller/sshexec/sshexec.go x: 1 contributors (90d) y: 294 lines of code internal/controller/api_workers.go x: 2 contributors (90d) y: 127 lines of code api/openapi.yaml x: 1 contributors (90d) y: 811 lines of code internal/execstream/frame.go x: 1 contributors (90d) y: 42 lines of code pkg/client/vms.go x: 1 contributors (90d) y: 252 lines of code
811.0
lines of code
  min: 42.0
  average: 308.91
  25th percentile: 127.0
  median: 252.0
  75th percentile: 415.0
  max: 811.0
0 2.0
contributors (90d)
min: 1.0 | average: 1.18 | 25th percentile: 1.0 | median: 1.0 | 75th percentile: 1.0 | max: 2.0