querysub 0.178.0 → 0.181.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/.VSCodeCounter/2025-07-01_18-19-28/details.md +233 -0
  2. package/.VSCodeCounter/2025-07-01_18-19-28/diff-details.md +15 -0
  3. package/.VSCodeCounter/2025-07-01_18-19-28/diff.csv +2 -0
  4. package/.VSCodeCounter/2025-07-01_18-19-28/diff.md +19 -0
  5. package/.VSCodeCounter/2025-07-01_18-19-28/diff.txt +22 -0
  6. package/.VSCodeCounter/2025-07-01_18-19-28/results.csv +220 -0
  7. package/.VSCodeCounter/2025-07-01_18-19-28/results.json +1 -0
  8. package/.VSCodeCounter/2025-07-01_18-19-28/results.md +60 -0
  9. package/.VSCodeCounter/2025-07-01_18-19-28/results.txt +281 -0
  10. package/package.json +4 -4
  11. package/spec.txt +299 -26
  12. package/src/-c-identity/IdentityController.ts +3 -2
  13. package/src/-d-trust/NetworkTrust2.ts +7 -2
  14. package/src/-f-node-discovery/NodeDiscovery.ts +6 -3
  15. package/src/-h-path-value-serialize/PathValueSerializer.ts +3 -1
  16. package/src/0-path-value-core/PathValueCommitter.ts +2 -2
  17. package/src/0-path-value-core/PathValueController.ts +6 -2
  18. package/src/0-path-value-core/archiveLocks/ArchiveLocks2.ts +34 -9
  19. package/src/0-path-value-core/pathValueArchives.ts +7 -0
  20. package/src/0-path-value-core/pathValueCore.ts +1 -1
  21. package/src/1-path-client/RemoteWatcher.ts +1 -1
  22. package/src/1-path-client/pathValueClientWatcher.ts +93 -12
  23. package/src/2-proxy/PathValueProxyWatcher.ts +196 -56
  24. package/src/2-proxy/pathValueProxy.ts +22 -0
  25. package/src/3-path-functions/PathFunctionRunner.ts +4 -27
  26. package/src/3-path-functions/syncSchema.ts +2 -1
  27. package/src/4-deploy/deployMain.ts +3 -4
  28. package/src/4-deploy/edgeClientWatcher.tsx +13 -16
  29. package/src/4-deploy/edgeNodes.ts +3 -3
  30. package/src/4-deploy/git.ts +29 -5
  31. package/src/4-dom/qreact.tsx +372 -73
  32. package/src/4-querysub/Querysub.ts +83 -9
  33. package/src/5-diagnostics/FullscreenModal.tsx +8 -5
  34. package/src/5-diagnostics/Modal.tsx +7 -5
  35. package/src/5-diagnostics/qreactDebug.tsx +22 -4
  36. package/src/archiveapps/archiveJoinEntry.ts +7 -5
  37. package/src/config.ts +5 -0
  38. package/src/diagnostics/logs/diskLogger.ts +9 -4
  39. package/src/diagnostics/misc-pages/SnapshotViewer.tsx +7 -3
  40. package/src/diagnostics/watchdog.ts +7 -2
  41. package/src/functional/onNextPaint.ts +93 -0
  42. package/src/functional/throttleRerender.tsx +15 -0
  43. package/src/library-components/Input.tsx +2 -1
  44. package/src/library-components/InputLabel.tsx +5 -5
  45. package/src/library-components/ShowMore.tsx +0 -1
  46. package/src/library-components/URLParam.ts +6 -0
  47. package/src/library-components/drag.ts +37 -8
  48. package/src/library-components/errorNotifications.tsx +19 -16
  49. package/src/misc/extractType.ts +1 -1
  50. package/src/path.ts +3 -0
  51. package/src/user-implementation/userData.ts +7 -1
@@ -0,0 +1,233 @@
1
+ # Details
2
+
3
+ Date : 2025-07-01 18:19:28
4
+
5
+ Directory d:\\repos\\querysub\\src
6
+
7
+ Total : 218 files, 43045 codes, 5738 comments, 4487 blanks, all 53270 lines
8
+
9
+ [Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
10
+
11
+ ## Files
12
+ | filename | language | code | comment | blank | total |
13
+ | :--- | :--- | ---: | ---: | ---: | ---: |
14
+ | [src/-0-hooks/hooks.ts](/src/-0-hooks/hooks.ts) | TypeScript | 118 | 2 | 21 | 141 |
15
+ | [src/-a-archives/archiveCache.ts](/src/-a-archives/archiveCache.ts) | TypeScript | 741 | 105 | 61 | 907 |
16
+ | [src/-a-archives/archives.ts](/src/-a-archives/archives.ts) | TypeScript | 129 | 12 | 15 | 156 |
17
+ | [src/-a-archives/archivesBackBlaze.ts](/src/-a-archives/archivesBackBlaze.ts) | TypeScript | 764 | 64 | 72 | 900 |
18
+ | [src/-a-archives/archivesDisk.ts](/src/-a-archives/archivesDisk.ts) | TypeScript | 359 | 22 | 37 | 418 |
19
+ | [src/-a-archives/copyLocalToBackblaze.ts](/src/-a-archives/copyLocalToBackblaze.ts) | TypeScript | 19 | 2 | 3 | 24 |
20
+ | [src/-a-auth/certs.ts](/src/-a-auth/certs.ts) | TypeScript | 396 | 65 | 64 | 525 |
21
+ | [src/-a-auth/der.ts](/src/-a-auth/der.ts) | TypeScript | 116 | 1 | 5 | 122 |
22
+ | [src/-a-auth/ed25519.ts](/src/-a-auth/ed25519.ts) | TypeScript | 929 | 13 | 73 | 1,015 |
23
+ | [src/-a-auth/node-forge-ed25519.d.ts](/src/-a-auth/node-forge-ed25519.d.ts) | TypeScript | 15 | 0 | 2 | 17 |
24
+ | [src/-b-authorities/cdnAuthority.ts](/src/-b-authorities/cdnAuthority.ts) | TypeScript | 40 | 5 | 9 | 54 |
25
+ | [src/-b-authorities/cloudflareHelpers.ts](/src/-b-authorities/cloudflareHelpers.ts) | TypeScript | 60 | 0 | 3 | 63 |
26
+ | [src/-b-authorities/dnsAuthority.ts](/src/-b-authorities/dnsAuthority.ts) | TypeScript | 116 | 7 | 9 | 132 |
27
+ | [src/-b-authorities/emailAuthority.ts](/src/-b-authorities/emailAuthority.ts) | TypeScript | 33 | 20 | 4 | 57 |
28
+ | [src/-c-identity/IdentityController.ts](/src/-c-identity/IdentityController.ts) | TypeScript | 151 | 35 | 17 | 203 |
29
+ | [src/-d-trust/NetworkTrust2.ts](/src/-d-trust/NetworkTrust2.ts) | TypeScript | 122 | 27 | 21 | 170 |
30
+ | [src/-e-certs/EdgeCertController.ts](/src/-e-certs/EdgeCertController.ts) | TypeScript | 231 | 60 | 32 | 323 |
31
+ | [src/-e-certs/certAuthority.ts](/src/-e-certs/certAuthority.ts) | TypeScript | 152 | 19 | 24 | 195 |
32
+ | [src/-f-node-discovery/NodeDiscovery.ts](/src/-f-node-discovery/NodeDiscovery.ts) | TypeScript | 418 | 60 | 50 | 528 |
33
+ | [src/-g-core-values/NodeCapabilities.ts](/src/-g-core-values/NodeCapabilities.ts) | TypeScript | 112 | 8 | 16 | 136 |
34
+ | [src/-g-core-values/oneTimeForward.ts](/src/-g-core-values/oneTimeForward.ts) | TypeScript | 105 | 13 | 19 | 137 |
35
+ | [src/-h-path-value-serialize/PathValueSerializer.ts](/src/-h-path-value-serialize/PathValueSerializer.ts) | TypeScript | 616 | 83 | 70 | 769 |
36
+ | [src/-h-path-value-serialize/stringSerializer.ts](/src/-h-path-value-serialize/stringSerializer.ts) | TypeScript | 152 | 11 | 13 | 176 |
37
+ | [src/0-path-value-core/LoggingClient.tsx](/src/0-path-value-core/LoggingClient.tsx) | TypeScript JSX | 22 | 0 | 2 | 24 |
38
+ | [src/0-path-value-core/NodePathAuthorities.ts](/src/0-path-value-core/NodePathAuthorities.ts) | TypeScript | 808 | 116 | 100 | 1,024 |
39
+ | [src/0-path-value-core/PathController.ts](/src/0-path-value-core/PathController.ts) | TypeScript | 1 | 0 | 0 | 1 |
40
+ | [src/0-path-value-core/PathValueCommitter.ts](/src/0-path-value-core/PathValueCommitter.ts) | TypeScript | 434 | 172 | 59 | 665 |
41
+ | [src/0-path-value-core/PathValueController.ts](/src/0-path-value-core/PathValueController.ts) | TypeScript | 158 | 52 | 22 | 232 |
42
+ | [src/0-path-value-core/archiveLocks/ArchiveLocks.ts](/src/0-path-value-core/archiveLocks/ArchiveLocks.ts) | TypeScript | 26 | 122 | 6 | 154 |
43
+ | [src/0-path-value-core/archiveLocks/ArchiveLocks2.ts](/src/0-path-value-core/archiveLocks/ArchiveLocks2.ts) | TypeScript | 631 | 123 | 50 | 804 |
44
+ | [src/0-path-value-core/archiveLocks/archiveSnapshots.ts](/src/0-path-value-core/archiveLocks/archiveSnapshots.ts) | TypeScript | 151 | 15 | 19 | 185 |
45
+ | [src/0-path-value-core/auditLogs.ts](/src/0-path-value-core/auditLogs.ts) | TypeScript | 76 | 2 | 8 | 86 |
46
+ | [src/0-path-value-core/pathValueArchives.ts](/src/0-path-value-core/pathValueArchives.ts) | TypeScript | 361 | 64 | 58 | 483 |
47
+ | [src/0-path-value-core/pathValueCore.ts](/src/0-path-value-core/pathValueCore.ts) | TypeScript | 1,705 | 425 | 218 | 2,348 |
48
+ | [src/1-path-client/RemoteWatcher.ts](/src/1-path-client/RemoteWatcher.ts) | TypeScript | 509 | 70 | 54 | 633 |
49
+ | [src/1-path-client/pathValueClientWatcher.ts](/src/1-path-client/pathValueClientWatcher.ts) | TypeScript | 600 | 76 | 62 | 738 |
50
+ | [src/2-proxy/PathValueProxyWatcher.ts](/src/2-proxy/PathValueProxyWatcher.ts) | TypeScript | 1,536 | 418 | 211 | 2,165 |
51
+ | [src/2-proxy/archiveMoveHarness.ts](/src/2-proxy/archiveMoveHarness.ts) | TypeScript | 295 | 54 | 30 | 379 |
52
+ | [src/2-proxy/garbageCollection.ts](/src/2-proxy/garbageCollection.ts) | TypeScript | 629 | 71 | 62 | 762 |
53
+ | [src/2-proxy/pathDatabaseProxyBase.ts](/src/2-proxy/pathDatabaseProxyBase.ts) | TypeScript | 31 | 2 | 4 | 37 |
54
+ | [src/2-proxy/pathValueProxy.ts](/src/2-proxy/pathValueProxy.ts) | TypeScript | 120 | 13 | 6 | 139 |
55
+ | [src/2-proxy/schema2.ts](/src/2-proxy/schema2.ts) | TypeScript | 338 | 132 | 55 | 525 |
56
+ | [src/3-path-functions/PathFunctionHelpers.ts](/src/3-path-functions/PathFunctionHelpers.ts) | TypeScript | 145 | 13 | 24 | 182 |
57
+ | [src/3-path-functions/PathFunctionRunner.ts](/src/3-path-functions/PathFunctionRunner.ts) | TypeScript | 589 | 96 | 84 | 769 |
58
+ | [src/3-path-functions/PathFunctionRunnerMain.ts](/src/3-path-functions/PathFunctionRunnerMain.ts) | TypeScript | 48 | 12 | 14 | 74 |
59
+ | [src/3-path-functions/pathFunctionLoader.ts](/src/3-path-functions/pathFunctionLoader.ts) | TypeScript | 430 | 32 | 48 | 510 |
60
+ | [src/3-path-functions/syncSchema.ts](/src/3-path-functions/syncSchema.ts) | TypeScript | 341 | 134 | 33 | 508 |
61
+ | [src/3-path-functions/tests/rejectTest.ts](/src/3-path-functions/tests/rejectTest.ts) | TypeScript | 72 | 0 | 5 | 77 |
62
+ | [src/4-deploy/deployBlock.ts](/src/4-deploy/deployBlock.ts) | TypeScript | 7 | 3 | 0 | 10 |
63
+ | [src/4-deploy/deployCheck.ts](/src/4-deploy/deployCheck.ts) | TypeScript | 7 | 0 | 0 | 7 |
64
+ | [src/4-deploy/deployMain.ts](/src/4-deploy/deployMain.ts) | TypeScript | 126 | 15 | 28 | 169 |
65
+ | [src/4-deploy/deploySchema.ts](/src/4-deploy/deploySchema.ts) | TypeScript | 38 | 0 | 3 | 41 |
66
+ | [src/4-deploy/edgeBootstrap.ts](/src/4-deploy/edgeBootstrap.ts) | TypeScript | 333 | 42 | 50 | 425 |
67
+ | [src/4-deploy/edgeClientWatcher.tsx](/src/4-deploy/edgeClientWatcher.tsx) | TypeScript JSX | 165 | 8 | 15 | 188 |
68
+ | [src/4-deploy/edgeNodes.ts](/src/4-deploy/edgeNodes.ts) | TypeScript | 254 | 6 | 43 | 303 |
69
+ | [src/4-deploy/git.ts](/src/4-deploy/git.ts) | TypeScript | 7 | 0 | 0 | 7 |
70
+ | [src/4-dom/css.tsx](/src/4-dom/css.tsx) | TypeScript JSX | 26 | 1 | 3 | 30 |
71
+ | [src/4-dom/cssTypes.d.ts](/src/4-dom/cssTypes.d.ts) | TypeScript | 207 | 3 | 2 | 212 |
72
+ | [src/4-dom/qreact.tsx](/src/4-dom/qreact.tsx) | TypeScript JSX | 2,039 | 352 | 236 | 2,627 |
73
+ | [src/4-dom/qreactTest.tsx](/src/4-dom/qreactTest.tsx) | TypeScript JSX | 299 | 76 | 42 | 417 |
74
+ | [src/4-querysub/Querysub.ts](/src/4-querysub/Querysub.ts) | TypeScript | 842 | 159 | 109 | 1,110 |
75
+ | [src/4-querysub/QuerysubController.ts](/src/4-querysub/QuerysubController.ts) | TypeScript | 499 | 86 | 79 | 664 |
76
+ | [src/4-querysub/copyEvent.ts](/src/4-querysub/copyEvent.ts) | TypeScript | 0 | 0 | 1 | 1 |
77
+ | [src/4-querysub/permissions.ts](/src/4-querysub/permissions.ts) | TypeScript | 277 | 34 | 25 | 336 |
78
+ | [src/4-querysub/permissionsShared.ts](/src/4-querysub/permissionsShared.ts) | TypeScript | 1 | 0 | 0 | 1 |
79
+ | [src/4-querysub/querysubPrediction.ts](/src/4-querysub/querysubPrediction.ts) | TypeScript | 401 | 112 | 56 | 569 |
80
+ | [src/5-diagnostics/FullscreenModal.tsx](/src/5-diagnostics/FullscreenModal.tsx) | TypeScript JSX | 56 | 0 | 2 | 58 |
81
+ | [src/5-diagnostics/GenericFormat.tsx](/src/5-diagnostics/GenericFormat.tsx) | TypeScript JSX | 227 | 19 | 13 | 259 |
82
+ | [src/5-diagnostics/Modal.tsx](/src/5-diagnostics/Modal.tsx) | TypeScript JSX | 101 | 2 | 8 | 111 |
83
+ | [src/5-diagnostics/Table.tsx](/src/5-diagnostics/Table.tsx) | TypeScript JSX | 169 | 23 | 9 | 201 |
84
+ | [src/5-diagnostics/TimeGrouper.tsx](/src/5-diagnostics/TimeGrouper.tsx) | TypeScript JSX | 111 | 10 | 4 | 125 |
85
+ | [src/5-diagnostics/diskValueAudit.ts](/src/5-diagnostics/diskValueAudit.ts) | TypeScript | 178 | 21 | 18 | 217 |
86
+ | [src/5-diagnostics/memoryValueAudit.ts](/src/5-diagnostics/memoryValueAudit.ts) | TypeScript | 359 | 42 | 40 | 441 |
87
+ | [src/5-diagnostics/nodeMetadata.ts](/src/5-diagnostics/nodeMetadata.ts) | TypeScript | 246 | 32 | 30 | 308 |
88
+ | [src/5-diagnostics/qreactDebug.tsx](/src/5-diagnostics/qreactDebug.tsx) | TypeScript JSX | 295 | 8 | 21 | 324 |
89
+ | [src/5-diagnostics/shared.ts](/src/5-diagnostics/shared.ts) | TypeScript | 21 | 4 | 1 | 26 |
90
+ | [src/5-diagnostics/synchronousLagTracking.ts](/src/5-diagnostics/synchronousLagTracking.ts) | TypeScript | 45 | 0 | 5 | 50 |
91
+ | [src/TestController.ts](/src/TestController.ts) | TypeScript | 30 | 0 | 5 | 35 |
92
+ | [src/archiveapps/archiveGCEntry.tsx](/src/archiveapps/archiveGCEntry.tsx) | TypeScript JSX | 29 | 2 | 7 | 38 |
93
+ | [src/archiveapps/archiveJoinEntry.ts](/src/archiveapps/archiveJoinEntry.ts) | TypeScript | 105 | 2 | 14 | 121 |
94
+ | [src/archiveapps/archiveMergeEntry.tsx](/src/archiveapps/archiveMergeEntry.tsx) | TypeScript JSX | 35 | 5 | 8 | 48 |
95
+ | [src/archiveapps/compressTest.tsx](/src/archiveapps/compressTest.tsx) | TypeScript JSX | 20 | 34 | 5 | 59 |
96
+ | [src/archiveapps/lockTest.ts](/src/archiveapps/lockTest.ts) | TypeScript | 107 | 9 | 11 | 127 |
97
+ | [src/bits.ts](/src/bits.ts) | TypeScript | 58 | 19 | 9 | 86 |
98
+ | [src/buffers.ts](/src/buffers.ts) | TypeScript | 63 | 0 | 7 | 70 |
99
+ | [src/config.ts](/src/config.ts) | TypeScript | 79 | 1 | 13 | 93 |
100
+ | [src/config2.ts](/src/config2.ts) | TypeScript | 43 | 0 | 5 | 48 |
101
+ | [src/diagnostics/ActionsHistory.ts](/src/diagnostics/ActionsHistory.ts) | TypeScript | 59 | 0 | 4 | 63 |
102
+ | [src/diagnostics/AuditLogPage.tsx](/src/diagnostics/AuditLogPage.tsx) | TypeScript JSX | 130 | 11 | 7 | 148 |
103
+ | [src/diagnostics/NodeViewer.tsx](/src/diagnostics/NodeViewer.tsx) | TypeScript JSX | 549 | 15 | 48 | 612 |
104
+ | [src/diagnostics/SizeLimiter.ts](/src/diagnostics/SizeLimiter.ts) | TypeScript | 49 | 4 | 10 | 63 |
105
+ | [src/diagnostics/TimeDebug.tsx](/src/diagnostics/TimeDebug.tsx) | TypeScript JSX | 17 | 0 | 1 | 18 |
106
+ | [src/diagnostics/benchmark.ts](/src/diagnostics/benchmark.ts) | TypeScript | 121 | 2 | 16 | 139 |
107
+ | [src/diagnostics/errorLogs/ErrorLogController.ts](/src/diagnostics/errorLogs/ErrorLogController.ts) | TypeScript | 454 | 21 | 39 | 514 |
108
+ | [src/diagnostics/errorLogs/ErrorLogCore.ts](/src/diagnostics/errorLogs/ErrorLogCore.ts) | TypeScript | 228 | 18 | 28 | 274 |
109
+ | [src/diagnostics/errorLogs/LogClassifiers.tsx](/src/diagnostics/errorLogs/LogClassifiers.tsx) | TypeScript JSX | 285 | 2 | 15 | 302 |
110
+ | [src/diagnostics/errorLogs/LogFilterUI.tsx](/src/diagnostics/errorLogs/LogFilterUI.tsx) | TypeScript JSX | 83 | 0 | 1 | 84 |
111
+ | [src/diagnostics/errorLogs/LogNotify.tsx](/src/diagnostics/errorLogs/LogNotify.tsx) | TypeScript JSX | 91 | 2 | 8 | 101 |
112
+ | [src/diagnostics/errorLogs/LogTimeSelector.tsx](/src/diagnostics/errorLogs/LogTimeSelector.tsx) | TypeScript JSX | 687 | 5 | 31 | 723 |
113
+ | [src/diagnostics/errorLogs/LogViewer.tsx](/src/diagnostics/errorLogs/LogViewer.tsx) | TypeScript JSX | 690 | 16 | 51 | 757 |
114
+ | [src/diagnostics/errorLogs/hookErrors.ts](/src/diagnostics/errorLogs/hookErrors.ts) | TypeScript | 43 | 15 | 2 | 60 |
115
+ | [src/diagnostics/errorLogs/logFiltering.tsx](/src/diagnostics/errorLogs/logFiltering.tsx) | TypeScript JSX | 129 | 9 | 11 | 149 |
116
+ | [src/diagnostics/heapTag.ts](/src/diagnostics/heapTag.ts) | TypeScript | 11 | 0 | 2 | 13 |
117
+ | [src/diagnostics/listenOnDebugger.ts](/src/diagnostics/listenOnDebugger.ts) | TypeScript | 56 | 11 | 5 | 72 |
118
+ | [src/diagnostics/logs/BrowserLargeFileCache.ts](/src/diagnostics/logs/BrowserLargeFileCache.ts) | TypeScript | 50 | 7 | 7 | 64 |
119
+ | [src/diagnostics/logs/DiskLoggerPage.tsx](/src/diagnostics/logs/DiskLoggerPage.tsx) | TypeScript JSX | 522 | 29 | 62 | 613 |
120
+ | [src/diagnostics/logs/ObjectDisplay.tsx](/src/diagnostics/logs/ObjectDisplay.tsx) | TypeScript JSX | 157 | 0 | 8 | 165 |
121
+ | [src/diagnostics/logs/ansiFormat.ts](/src/diagnostics/logs/ansiFormat.ts) | TypeScript | 95 | 3 | 10 | 108 |
122
+ | [src/diagnostics/logs/diskLogGlobalContext.ts](/src/diagnostics/logs/diskLogGlobalContext.ts) | TypeScript | 36 | 0 | 2 | 38 |
123
+ | [src/diagnostics/logs/diskLogger.ts](/src/diagnostics/logs/diskLogger.ts) | TypeScript | 283 | 37 | 33 | 353 |
124
+ | [src/diagnostics/logs/diskShimConsoleLogs.ts](/src/diagnostics/logs/diskShimConsoleLogs.ts) | TypeScript | 31 | 5 | 2 | 38 |
125
+ | [src/diagnostics/logs/injectFileLocationToConsole.ts](/src/diagnostics/logs/injectFileLocationToConsole.ts) | TypeScript | 42 | 9 | 3 | 54 |
126
+ | [src/diagnostics/logs/logGitHashes.ts](/src/diagnostics/logs/logGitHashes.ts) | TypeScript | 26 | 0 | 4 | 30 |
127
+ | [src/diagnostics/managementPages.tsx](/src/diagnostics/managementPages.tsx) | TypeScript JSX | 326 | 12 | 32 | 370 |
128
+ | [src/diagnostics/misc-pages/ArchiveInspect.tsx](/src/diagnostics/misc-pages/ArchiveInspect.tsx) | TypeScript JSX | 286 | 15 | 24 | 325 |
129
+ | [src/diagnostics/misc-pages/ArchiveViewer.tsx](/src/diagnostics/misc-pages/ArchiveViewer.tsx) | TypeScript JSX | 667 | 66 | 48 | 781 |
130
+ | [src/diagnostics/misc-pages/ArchiveViewerTable.tsx](/src/diagnostics/misc-pages/ArchiveViewerTable.tsx) | TypeScript JSX | 154 | 0 | 2 | 156 |
131
+ | [src/diagnostics/misc-pages/ArchiveViewerTree.tsx](/src/diagnostics/misc-pages/ArchiveViewerTree.tsx) | TypeScript JSX | 514 | 27 | 32 | 573 |
132
+ | [src/diagnostics/misc-pages/ComponentSyncStats.tsx](/src/diagnostics/misc-pages/ComponentSyncStats.tsx) | TypeScript JSX | 118 | 0 | 12 | 130 |
133
+ | [src/diagnostics/misc-pages/LocalWatchViewer.tsx](/src/diagnostics/misc-pages/LocalWatchViewer.tsx) | TypeScript JSX | 411 | 3 | 17 | 431 |
134
+ | [src/diagnostics/misc-pages/RequireAuditPage.tsx](/src/diagnostics/misc-pages/RequireAuditPage.tsx) | TypeScript JSX | 203 | 3 | 12 | 218 |
135
+ | [src/diagnostics/misc-pages/SnapshotViewer.tsx](/src/diagnostics/misc-pages/SnapshotViewer.tsx) | TypeScript JSX | 188 | 6 | 13 | 207 |
136
+ | [src/diagnostics/misc-pages/TimeRangeView.tsx](/src/diagnostics/misc-pages/TimeRangeView.tsx) | TypeScript JSX | 583 | 13 | 53 | 649 |
137
+ | [src/diagnostics/misc-pages/archiveViewerFilter.tsx](/src/diagnostics/misc-pages/archiveViewerFilter.tsx) | TypeScript JSX | 205 | 4 | 12 | 221 |
138
+ | [src/diagnostics/misc-pages/archiveViewerShared.tsx](/src/diagnostics/misc-pages/archiveViewerShared.tsx) | TypeScript JSX | 62 | 8 | 6 | 76 |
139
+ | [src/diagnostics/periodic.ts](/src/diagnostics/periodic.ts) | TypeScript | 92 | 3 | 12 | 107 |
140
+ | [src/diagnostics/runSaturationTest.ts](/src/diagnostics/runSaturationTest.ts) | TypeScript | 352 | 10 | 54 | 416 |
141
+ | [src/diagnostics/satSchema.ts](/src/diagnostics/satSchema.ts) | TypeScript | 59 | 0 | 5 | 64 |
142
+ | [src/diagnostics/trackResources.ts](/src/diagnostics/trackResources.ts) | TypeScript | 84 | 1 | 7 | 92 |
143
+ | [src/diagnostics/watchdog.ts](/src/diagnostics/watchdog.ts) | TypeScript | 94 | 8 | 12 | 114 |
144
+ | [src/email/postmark.tsx](/src/email/postmark.tsx) | TypeScript JSX | 38 | 1 | 1 | 40 |
145
+ | [src/email/sendgrid.tsx](/src/email/sendgrid.tsx) | TypeScript JSX | 41 | 2 | 1 | 44 |
146
+ | [src/errors.ts](/src/errors.ts) | TypeScript | 116 | 8 | 8 | 132 |
147
+ | [src/forceProduction.ts](/src/forceProduction.ts) | TypeScript | 3 | 0 | 0 | 3 |
148
+ | [src/fs.ts](/src/fs.ts) | TypeScript | 59 | 8 | 5 | 72 |
149
+ | [src/functional/UndoWatch.tsx](/src/functional/UndoWatch.tsx) | TypeScript JSX | 114 | 20 | 8 | 142 |
150
+ | [src/functional/diff.ts](/src/functional/diff.ts) | TypeScript | 642 | 114 | 102 | 858 |
151
+ | [src/functional/onNextPaint.ts](/src/functional/onNextPaint.ts) | TypeScript | 67 | 7 | 4 | 78 |
152
+ | [src/functional/promiseCache.ts](/src/functional/promiseCache.ts) | TypeScript | 63 | 1 | 3 | 67 |
153
+ | [src/functional/random.ts](/src/functional/random.ts) | TypeScript | 8 | 0 | 1 | 9 |
154
+ | [src/functional/runCommand.ts](/src/functional/runCommand.ts) | TypeScript | 40 | 1 | 2 | 43 |
155
+ | [src/functional/runOnce.ts](/src/functional/runOnce.ts) | TypeScript | 6 | 0 | 1 | 7 |
156
+ | [src/functional/stats.ts](/src/functional/stats.ts) | TypeScript | 49 | 5 | 7 | 61 |
157
+ | [src/functional/throttleRerender.tsx](/src/functional/throttleRerender.tsx) | TypeScript JSX | 61 | 29 | 5 | 95 |
158
+ | [src/heapDumps.ts](/src/heapDumps.ts) | TypeScript | 550 | 35 | 81 | 666 |
159
+ | [src/https.ts](/src/https.ts) | TypeScript | 2 | 0 | 0 | 2 |
160
+ | [src/inject.ts](/src/inject.ts) | TypeScript | 1 | 0 | 0 | 1 |
161
+ | [src/library-components/ATag.tsx](/src/library-components/ATag.tsx) | TypeScript JSX | 72 | 9 | 6 | 87 |
162
+ | [src/library-components/AspectSizedComponent.tsx](/src/library-components/AspectSizedComponent.tsx) | TypeScript JSX | 82 | 2 | 4 | 88 |
163
+ | [src/library-components/Button.tsx](/src/library-components/Button.tsx) | TypeScript JSX | 295 | 32 | 20 | 347 |
164
+ | [src/library-components/ButtonSelector.tsx](/src/library-components/ButtonSelector.tsx) | TypeScript JSX | 62 | 0 | 3 | 65 |
165
+ | [src/library-components/DropdownCustom.tsx](/src/library-components/DropdownCustom.tsx) | TypeScript JSX | 146 | 0 | 5 | 151 |
166
+ | [src/library-components/DropdownSelector.tsx](/src/library-components/DropdownSelector.tsx) | TypeScript JSX | 30 | 0 | 2 | 32 |
167
+ | [src/library-components/Histogram.tsx](/src/library-components/Histogram.tsx) | TypeScript JSX | 290 | 33 | 16 | 339 |
168
+ | [src/library-components/InlinePopup.tsx](/src/library-components/InlinePopup.tsx) | TypeScript JSX | 64 | 0 | 3 | 67 |
169
+ | [src/library-components/Input.tsx](/src/library-components/Input.tsx) | TypeScript JSX | 268 | 39 | 19 | 326 |
170
+ | [src/library-components/InputLabel.tsx](/src/library-components/InputLabel.tsx) | TypeScript JSX | 182 | 5 | 11 | 198 |
171
+ | [src/library-components/InputPicker.tsx](/src/library-components/InputPicker.tsx) | TypeScript JSX | 144 | 7 | 1 | 152 |
172
+ | [src/library-components/LazyComponent.tsx](/src/library-components/LazyComponent.tsx) | TypeScript JSX | 55 | 3 | 5 | 63 |
173
+ | [src/library-components/MeasureHeightCSS.tsx](/src/library-components/MeasureHeightCSS.tsx) | TypeScript JSX | 43 | 4 | 1 | 48 |
174
+ | [src/library-components/MeasuredDiv.tsx](/src/library-components/MeasuredDiv.tsx) | TypeScript JSX | 45 | 0 | 2 | 47 |
175
+ | [src/library-components/Notifications.tsx](/src/library-components/Notifications.tsx) | TypeScript JSX | 142 | 5 | 6 | 153 |
176
+ | [src/library-components/RenderIfVisible.tsx](/src/library-components/RenderIfVisible.tsx) | TypeScript JSX | 65 | 11 | 4 | 80 |
177
+ | [src/library-components/ShowMore.tsx](/src/library-components/ShowMore.tsx) | TypeScript JSX | 47 | 1 | 3 | 51 |
178
+ | [src/library-components/SimpleNotification.tsx](/src/library-components/SimpleNotification.tsx) | TypeScript JSX | 106 | 26 | 1 | 133 |
179
+ | [src/library-components/SyncedController.ts](/src/library-components/SyncedController.ts) | TypeScript | 159 | 4 | 8 | 171 |
180
+ | [src/library-components/TabbedUI.tsx](/src/library-components/TabbedUI.tsx) | TypeScript JSX | 35 | 2 | 2 | 39 |
181
+ | [src/library-components/TimeRangeSelector.tsx](/src/library-components/TimeRangeSelector.tsx) | TypeScript JSX | 363 | 23 | 21 | 407 |
182
+ | [src/library-components/URLParam.ts](/src/library-components/URLParam.ts) | TypeScript | 242 | 17 | 22 | 281 |
183
+ | [src/library-components/animateAnyElement.tsx](/src/library-components/animateAnyElement.tsx) | TypeScript JSX | 43 | 18 | 4 | 65 |
184
+ | [src/library-components/colors.tsx](/src/library-components/colors.tsx) | TypeScript JSX | 12 | 0 | 2 | 14 |
185
+ | [src/library-components/drag.ts](/src/library-components/drag.ts) | TypeScript | 113 | 15 | 14 | 142 |
186
+ | [src/library-components/errorNotifications.tsx](/src/library-components/errorNotifications.tsx) | TypeScript JSX | 59 | 17 | 8 | 84 |
187
+ | [src/library-components/icons.tsx](/src/library-components/icons.tsx) | TypeScript JSX | 653 | 14 | 25 | 692 |
188
+ | [src/library-components/loadingIndicator.tsx](/src/library-components/loadingIndicator.tsx) | TypeScript JSX | 94 | 4 | 3 | 101 |
189
+ | [src/library-components/niceStringify.ts](/src/library-components/niceStringify.ts) | TypeScript | 43 | 3 | 5 | 51 |
190
+ | [src/library-components/placeholder.ts](/src/library-components/placeholder.ts) | TypeScript | 15 | 2 | 1 | 18 |
191
+ | [src/library-components/renderToString.ts](/src/library-components/renderToString.ts) | TypeScript | 47 | 4 | 1 | 52 |
192
+ | [src/misc.ts](/src/misc.ts) | TypeScript | 45 | 1 | 6 | 52 |
193
+ | [src/misc2.ts](/src/misc2.ts) | TypeScript | 4 | 0 | 1 | 5 |
194
+ | [src/misc/PromiseRace.ts](/src/misc/PromiseRace.ts) | TypeScript | 84 | 14 | 3 | 101 |
195
+ | [src/misc/cloneHelpers.ts](/src/misc/cloneHelpers.ts) | TypeScript | 12 | 1 | 3 | 16 |
196
+ | [src/misc/color.ts](/src/misc/color.ts) | TypeScript | 28 | 1 | 1 | 30 |
197
+ | [src/misc/extractType.ts](/src/misc/extractType.ts) | TypeScript | 33 | 16 | 5 | 54 |
198
+ | [src/misc/filterable.ts](/src/misc/filterable.ts) | TypeScript | 317 | 26 | 53 | 396 |
199
+ | [src/misc/format2.ts](/src/misc/format2.ts) | TypeScript | 64 | 3 | 5 | 72 |
200
+ | [src/misc/getParentProcessId.cs](/src/misc/getParentProcessId.cs) | C# | 46 | 0 | 7 | 53 |
201
+ | [src/misc/getParentProcessId.ts](/src/misc/getParentProcessId.ts) | TypeScript | 46 | 1 | 6 | 53 |
202
+ | [src/misc/hash.ts](/src/misc/hash.ts) | TypeScript | 66 | 8 | 9 | 83 |
203
+ | [src/misc/ipPong.js](/src/misc/ipPong.js) | JavaScript | 9 | 1 | 4 | 14 |
204
+ | [src/misc/networking.ts](/src/misc/networking.ts) | TypeScript | 2 | 0 | 0 | 2 |
205
+ | [src/misc/random.ts](/src/misc/random.ts) | TypeScript | 40 | 2 | 3 | 45 |
206
+ | [src/misc/simpleParsing.ts](/src/misc/simpleParsing.ts) | TypeScript | 260 | 7 | 43 | 310 |
207
+ | [src/niceStringify.ts](/src/niceStringify.ts) | TypeScript | 51 | 21 | 11 | 83 |
208
+ | [src/path.ts](/src/path.ts) | TypeScript | 160 | 39 | 27 | 226 |
209
+ | [src/persistentLocalStore.ts](/src/persistentLocalStore.ts) | TypeScript | 35 | 0 | 2 | 37 |
210
+ | [src/promise.ts](/src/promise.ts) | TypeScript | 15 | 0 | 0 | 15 |
211
+ | [src/server.ts](/src/server.ts) | TypeScript | 35 | 11 | 16 | 62 |
212
+ | [src/src.d.ts](/src/src.d.ts) | TypeScript | 0 | 1 | 0 | 1 |
213
+ | [src/storage/diskCache.ts](/src/storage/diskCache.ts) | TypeScript | 199 | 9 | 19 | 227 |
214
+ | [src/storage/diskCache2.ts](/src/storage/diskCache2.ts) | TypeScript | 103 | 8 | 11 | 122 |
215
+ | [src/storage/fileSystemPointer.ts](/src/storage/fileSystemPointer.ts) | TypeScript | 64 | 5 | 3 | 72 |
216
+ | [src/test/heapProcess.ts](/src/test/heapProcess.ts) | TypeScript | 17 | 14 | 5 | 36 |
217
+ | [src/test/mongoSatTest.tsx](/src/test/mongoSatTest.tsx) | TypeScript JSX | 0 | 49 | 6 | 55 |
218
+ | [src/test/satTest.ts](/src/test/satTest.ts) | TypeScript | 82 | 84 | 28 | 194 |
219
+ | [src/test/test.tsx](/src/test/test.tsx) | TypeScript JSX | 172 | 321 | 59 | 552 |
220
+ | [src/user-implementation/LoginPage.tsx](/src/user-implementation/LoginPage.tsx) | TypeScript JSX | 90 | 1 | 3 | 94 |
221
+ | [src/user-implementation/RequireAuditPage.tsx](/src/user-implementation/RequireAuditPage.tsx) | TypeScript JSX | 203 | 3 | 13 | 219 |
222
+ | [src/user-implementation/SecurityPage.tsx](/src/user-implementation/SecurityPage.tsx) | TypeScript JSX | 209 | 0 | 3 | 212 |
223
+ | [src/user-implementation/UserPage.tsx](/src/user-implementation/UserPage.tsx) | TypeScript JSX | 281 | 33 | 6 | 320 |
224
+ | [src/user-implementation/addSuperUser.ts](/src/user-implementation/addSuperUser.ts) | TypeScript | 23 | 0 | 6 | 29 |
225
+ | [src/user-implementation/canSeeSource.ts](/src/user-implementation/canSeeSource.ts) | TypeScript | 33 | 6 | 2 | 41 |
226
+ | [src/user-implementation/loginEmail.tsx](/src/user-implementation/loginEmail.tsx) | TypeScript JSX | 149 | 10 | 0 | 159 |
227
+ | [src/user-implementation/setEmailKey.ts](/src/user-implementation/setEmailKey.ts) | TypeScript | 20 | 0 | 5 | 25 |
228
+ | [src/user-implementation/userData.ts](/src/user-implementation/userData.ts) | TypeScript | 813 | 104 | 75 | 992 |
229
+ | [src/zip.ts](/src/zip.ts) | TypeScript | 69 | 24 | 8 | 101 |
230
+ | [src/zipThreaded.ts](/src/zipThreaded.ts) | TypeScript | 96 | 4 | 7 | 107 |
231
+ | [src/zipThreadedWorker.js](/src/zipThreadedWorker.js) | JavaScript | 17 | 1 | 2 | 20 |
232
+
233
+ [Summary](results.md) / Details / [Diff Summary](diff.md) / [Diff Details](diff-details.md)
@@ -0,0 +1,15 @@
1
+ # Diff Details
2
+
3
+ Date : 2025-07-01 18:19:28
4
+
5
+ Directory d:\\repos\\querysub\\src
6
+
7
+ Total : 0 files, 0 codes, 0 comments, 0 blanks, all 0 lines
8
+
9
+ [Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details
10
+
11
+ ## Files
12
+ | filename | language | code | comment | blank | total |
13
+ | :--- | :--- | ---: | ---: | ---: | ---: |
14
+
15
+ [Summary](results.md) / [Details](details.md) / [Diff Summary](diff.md) / Diff Details
@@ -0,0 +1,2 @@
1
+ "filename", "language", "", "comment", "blank", "total"
2
+ "Total", "-", , 0, 0, 0
@@ -0,0 +1,19 @@
1
+ # Diff Summary
2
+
3
+ Date : 2025-07-01 18:19:28
4
+
5
+ Directory d:\\repos\\querysub\\src
6
+
7
+ Total : 0 files, 0 codes, 0 comments, 0 blanks, all 0 lines
8
+
9
+ [Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)
10
+
11
+ ## Languages
12
+ | language | files | code | comment | blank | total |
13
+ | :--- | ---: | ---: | ---: | ---: | ---: |
14
+
15
+ ## Directories
16
+ | path | files | code | comment | blank | total |
17
+ | :--- | ---: | ---: | ---: | ---: | ---: |
18
+
19
+ [Summary](results.md) / [Details](details.md) / Diff Summary / [Diff Details](diff-details.md)
@@ -0,0 +1,22 @@
1
+ Date : 2025-07-01 18:19:28
2
+ Directory : d:\repos\querysub\src
3
+ Total : 0 files, 0 codes, 0 comments, 0 blanks, all 0 lines
4
+
5
+ Languages
6
+ +----------+------------+------------+------------+------------+------------+
7
+ | language | files | code | comment | blank | total |
8
+ +----------+------------+------------+------------+------------+------------+
9
+ +----------+------------+------------+------------+------------+------------+
10
+
11
+ Directories
12
+ +------+------------+------------+------------+------------+------------+
13
+ | path | files | code | comment | blank | total |
14
+ +------+------------+------------+------------+------------+------------+
15
+ +------+------------+------------+------------+------------+------------+
16
+
17
+ Files
18
+ +----------+----------+------------+------------+------------+------------+
19
+ | filename | language | code | comment | blank | total |
20
+ +----------+----------+------------+------------+------------+------------+
21
+ | Total | | 0 | 0 | 0 | 0 |
22
+ +----------+----------+------------+------------+------------+------------+
@@ -0,0 +1,220 @@
1
+ "filename", "language", "TypeScript", "TypeScript JSX", "JavaScript", "C#", "comment", "blank", "total"
2
+ "d:\repos\querysub\src\-0-hooks\hooks.ts", "TypeScript", 118, 0, 0, 0, 2, 21, 141
3
+ "d:\repos\querysub\src\-a-archives\archiveCache.ts", "TypeScript", 741, 0, 0, 0, 105, 61, 907
4
+ "d:\repos\querysub\src\-a-archives\archives.ts", "TypeScript", 129, 0, 0, 0, 12, 15, 156
5
+ "d:\repos\querysub\src\-a-archives\archivesBackBlaze.ts", "TypeScript", 764, 0, 0, 0, 64, 72, 900
6
+ "d:\repos\querysub\src\-a-archives\archivesDisk.ts", "TypeScript", 359, 0, 0, 0, 22, 37, 418
7
+ "d:\repos\querysub\src\-a-archives\copyLocalToBackblaze.ts", "TypeScript", 19, 0, 0, 0, 2, 3, 24
8
+ "d:\repos\querysub\src\-a-auth\certs.ts", "TypeScript", 396, 0, 0, 0, 65, 64, 525
9
+ "d:\repos\querysub\src\-a-auth\der.ts", "TypeScript", 116, 0, 0, 0, 1, 5, 122
10
+ "d:\repos\querysub\src\-a-auth\ed25519.ts", "TypeScript", 929, 0, 0, 0, 13, 73, 1015
11
+ "d:\repos\querysub\src\-a-auth\node-forge-ed25519.d.ts", "TypeScript", 15, 0, 0, 0, 0, 2, 17
12
+ "d:\repos\querysub\src\-b-authorities\cdnAuthority.ts", "TypeScript", 40, 0, 0, 0, 5, 9, 54
13
+ "d:\repos\querysub\src\-b-authorities\cloudflareHelpers.ts", "TypeScript", 60, 0, 0, 0, 0, 3, 63
14
+ "d:\repos\querysub\src\-b-authorities\dnsAuthority.ts", "TypeScript", 116, 0, 0, 0, 7, 9, 132
15
+ "d:\repos\querysub\src\-b-authorities\emailAuthority.ts", "TypeScript", 33, 0, 0, 0, 20, 4, 57
16
+ "d:\repos\querysub\src\-c-identity\IdentityController.ts", "TypeScript", 151, 0, 0, 0, 35, 17, 203
17
+ "d:\repos\querysub\src\-d-trust\NetworkTrust2.ts", "TypeScript", 122, 0, 0, 0, 27, 21, 170
18
+ "d:\repos\querysub\src\-e-certs\EdgeCertController.ts", "TypeScript", 231, 0, 0, 0, 60, 32, 323
19
+ "d:\repos\querysub\src\-e-certs\certAuthority.ts", "TypeScript", 152, 0, 0, 0, 19, 24, 195
20
+ "d:\repos\querysub\src\-f-node-discovery\NodeDiscovery.ts", "TypeScript", 418, 0, 0, 0, 60, 50, 528
21
+ "d:\repos\querysub\src\-g-core-values\NodeCapabilities.ts", "TypeScript", 112, 0, 0, 0, 8, 16, 136
22
+ "d:\repos\querysub\src\-g-core-values\oneTimeForward.ts", "TypeScript", 105, 0, 0, 0, 13, 19, 137
23
+ "d:\repos\querysub\src\-h-path-value-serialize\PathValueSerializer.ts", "TypeScript", 616, 0, 0, 0, 83, 70, 769
24
+ "d:\repos\querysub\src\-h-path-value-serialize\stringSerializer.ts", "TypeScript", 152, 0, 0, 0, 11, 13, 176
25
+ "d:\repos\querysub\src\0-path-value-core\LoggingClient.tsx", "TypeScript JSX", 0, 22, 0, 0, 0, 2, 24
26
+ "d:\repos\querysub\src\0-path-value-core\NodePathAuthorities.ts", "TypeScript", 808, 0, 0, 0, 116, 100, 1024
27
+ "d:\repos\querysub\src\0-path-value-core\PathController.ts", "TypeScript", 1, 0, 0, 0, 0, 0, 1
28
+ "d:\repos\querysub\src\0-path-value-core\PathValueCommitter.ts", "TypeScript", 434, 0, 0, 0, 172, 59, 665
29
+ "d:\repos\querysub\src\0-path-value-core\PathValueController.ts", "TypeScript", 158, 0, 0, 0, 52, 22, 232
30
+ "d:\repos\querysub\src\0-path-value-core\archiveLocks\ArchiveLocks.ts", "TypeScript", 26, 0, 0, 0, 122, 6, 154
31
+ "d:\repos\querysub\src\0-path-value-core\archiveLocks\ArchiveLocks2.ts", "TypeScript", 631, 0, 0, 0, 123, 50, 804
32
+ "d:\repos\querysub\src\0-path-value-core\archiveLocks\archiveSnapshots.ts", "TypeScript", 151, 0, 0, 0, 15, 19, 185
33
+ "d:\repos\querysub\src\0-path-value-core\auditLogs.ts", "TypeScript", 76, 0, 0, 0, 2, 8, 86
34
+ "d:\repos\querysub\src\0-path-value-core\pathValueArchives.ts", "TypeScript", 361, 0, 0, 0, 64, 58, 483
35
+ "d:\repos\querysub\src\0-path-value-core\pathValueCore.ts", "TypeScript", 1705, 0, 0, 0, 425, 218, 2348
36
+ "d:\repos\querysub\src\1-path-client\RemoteWatcher.ts", "TypeScript", 509, 0, 0, 0, 70, 54, 633
37
+ "d:\repos\querysub\src\1-path-client\pathValueClientWatcher.ts", "TypeScript", 600, 0, 0, 0, 76, 62, 738
38
+ "d:\repos\querysub\src\2-proxy\PathValueProxyWatcher.ts", "TypeScript", 1536, 0, 0, 0, 418, 211, 2165
39
+ "d:\repos\querysub\src\2-proxy\archiveMoveHarness.ts", "TypeScript", 295, 0, 0, 0, 54, 30, 379
40
+ "d:\repos\querysub\src\2-proxy\garbageCollection.ts", "TypeScript", 629, 0, 0, 0, 71, 62, 762
41
+ "d:\repos\querysub\src\2-proxy\pathDatabaseProxyBase.ts", "TypeScript", 31, 0, 0, 0, 2, 4, 37
42
+ "d:\repos\querysub\src\2-proxy\pathValueProxy.ts", "TypeScript", 120, 0, 0, 0, 13, 6, 139
43
+ "d:\repos\querysub\src\2-proxy\schema2.ts", "TypeScript", 338, 0, 0, 0, 132, 55, 525
44
+ "d:\repos\querysub\src\3-path-functions\PathFunctionHelpers.ts", "TypeScript", 145, 0, 0, 0, 13, 24, 182
45
+ "d:\repos\querysub\src\3-path-functions\PathFunctionRunner.ts", "TypeScript", 589, 0, 0, 0, 96, 84, 769
46
+ "d:\repos\querysub\src\3-path-functions\PathFunctionRunnerMain.ts", "TypeScript", 48, 0, 0, 0, 12, 14, 74
47
+ "d:\repos\querysub\src\3-path-functions\pathFunctionLoader.ts", "TypeScript", 430, 0, 0, 0, 32, 48, 510
48
+ "d:\repos\querysub\src\3-path-functions\syncSchema.ts", "TypeScript", 341, 0, 0, 0, 134, 33, 508
49
+ "d:\repos\querysub\src\3-path-functions\tests\rejectTest.ts", "TypeScript", 72, 0, 0, 0, 0, 5, 77
50
+ "d:\repos\querysub\src\4-deploy\deployBlock.ts", "TypeScript", 7, 0, 0, 0, 3, 0, 10
51
+ "d:\repos\querysub\src\4-deploy\deployCheck.ts", "TypeScript", 7, 0, 0, 0, 0, 0, 7
52
+ "d:\repos\querysub\src\4-deploy\deployMain.ts", "TypeScript", 126, 0, 0, 0, 15, 28, 169
53
+ "d:\repos\querysub\src\4-deploy\deploySchema.ts", "TypeScript", 38, 0, 0, 0, 0, 3, 41
54
+ "d:\repos\querysub\src\4-deploy\edgeBootstrap.ts", "TypeScript", 333, 0, 0, 0, 42, 50, 425
55
+ "d:\repos\querysub\src\4-deploy\edgeClientWatcher.tsx", "TypeScript JSX", 0, 165, 0, 0, 8, 15, 188
56
+ "d:\repos\querysub\src\4-deploy\edgeNodes.ts", "TypeScript", 254, 0, 0, 0, 6, 43, 303
57
+ "d:\repos\querysub\src\4-deploy\git.ts", "TypeScript", 7, 0, 0, 0, 0, 0, 7
58
+ "d:\repos\querysub\src\4-dom\css.tsx", "TypeScript JSX", 0, 26, 0, 0, 1, 3, 30
59
+ "d:\repos\querysub\src\4-dom\cssTypes.d.ts", "TypeScript", 207, 0, 0, 0, 3, 2, 212
60
+ "d:\repos\querysub\src\4-dom\qreact.tsx", "TypeScript JSX", 0, 2039, 0, 0, 352, 236, 2627
61
+ "d:\repos\querysub\src\4-dom\qreactTest.tsx", "TypeScript JSX", 0, 299, 0, 0, 76, 42, 417
62
+ "d:\repos\querysub\src\4-querysub\Querysub.ts", "TypeScript", 842, 0, 0, 0, 159, 109, 1110
63
+ "d:\repos\querysub\src\4-querysub\QuerysubController.ts", "TypeScript", 499, 0, 0, 0, 86, 79, 664
64
+ "d:\repos\querysub\src\4-querysub\copyEvent.ts", "TypeScript", 0, 0, 0, 0, 0, 1, 1
65
+ "d:\repos\querysub\src\4-querysub\permissions.ts", "TypeScript", 277, 0, 0, 0, 34, 25, 336
66
+ "d:\repos\querysub\src\4-querysub\permissionsShared.ts", "TypeScript", 1, 0, 0, 0, 0, 0, 1
67
+ "d:\repos\querysub\src\4-querysub\querysubPrediction.ts", "TypeScript", 401, 0, 0, 0, 112, 56, 569
68
+ "d:\repos\querysub\src\5-diagnostics\FullscreenModal.tsx", "TypeScript JSX", 0, 56, 0, 0, 0, 2, 58
69
+ "d:\repos\querysub\src\5-diagnostics\GenericFormat.tsx", "TypeScript JSX", 0, 227, 0, 0, 19, 13, 259
70
+ "d:\repos\querysub\src\5-diagnostics\Modal.tsx", "TypeScript JSX", 0, 101, 0, 0, 2, 8, 111
71
+ "d:\repos\querysub\src\5-diagnostics\Table.tsx", "TypeScript JSX", 0, 169, 0, 0, 23, 9, 201
72
+ "d:\repos\querysub\src\5-diagnostics\TimeGrouper.tsx", "TypeScript JSX", 0, 111, 0, 0, 10, 4, 125
73
+ "d:\repos\querysub\src\5-diagnostics\diskValueAudit.ts", "TypeScript", 178, 0, 0, 0, 21, 18, 217
74
+ "d:\repos\querysub\src\5-diagnostics\memoryValueAudit.ts", "TypeScript", 359, 0, 0, 0, 42, 40, 441
75
+ "d:\repos\querysub\src\5-diagnostics\nodeMetadata.ts", "TypeScript", 246, 0, 0, 0, 32, 30, 308
76
+ "d:\repos\querysub\src\5-diagnostics\qreactDebug.tsx", "TypeScript JSX", 0, 295, 0, 0, 8, 21, 324
77
+ "d:\repos\querysub\src\5-diagnostics\shared.ts", "TypeScript", 21, 0, 0, 0, 4, 1, 26
78
+ "d:\repos\querysub\src\5-diagnostics\synchronousLagTracking.ts", "TypeScript", 45, 0, 0, 0, 0, 5, 50
79
+ "d:\repos\querysub\src\TestController.ts", "TypeScript", 30, 0, 0, 0, 0, 5, 35
80
+ "d:\repos\querysub\src\archiveapps\archiveGCEntry.tsx", "TypeScript JSX", 0, 29, 0, 0, 2, 7, 38
81
+ "d:\repos\querysub\src\archiveapps\archiveJoinEntry.ts", "TypeScript", 105, 0, 0, 0, 2, 14, 121
82
+ "d:\repos\querysub\src\archiveapps\archiveMergeEntry.tsx", "TypeScript JSX", 0, 35, 0, 0, 5, 8, 48
83
+ "d:\repos\querysub\src\archiveapps\compressTest.tsx", "TypeScript JSX", 0, 20, 0, 0, 34, 5, 59
84
+ "d:\repos\querysub\src\archiveapps\lockTest.ts", "TypeScript", 107, 0, 0, 0, 9, 11, 127
85
+ "d:\repos\querysub\src\bits.ts", "TypeScript", 58, 0, 0, 0, 19, 9, 86
86
+ "d:\repos\querysub\src\buffers.ts", "TypeScript", 63, 0, 0, 0, 0, 7, 70
87
+ "d:\repos\querysub\src\config.ts", "TypeScript", 79, 0, 0, 0, 1, 13, 93
88
+ "d:\repos\querysub\src\config2.ts", "TypeScript", 43, 0, 0, 0, 0, 5, 48
89
+ "d:\repos\querysub\src\diagnostics\ActionsHistory.ts", "TypeScript", 59, 0, 0, 0, 0, 4, 63
90
+ "d:\repos\querysub\src\diagnostics\AuditLogPage.tsx", "TypeScript JSX", 0, 130, 0, 0, 11, 7, 148
91
+ "d:\repos\querysub\src\diagnostics\NodeViewer.tsx", "TypeScript JSX", 0, 549, 0, 0, 15, 48, 612
92
+ "d:\repos\querysub\src\diagnostics\SizeLimiter.ts", "TypeScript", 49, 0, 0, 0, 4, 10, 63
93
+ "d:\repos\querysub\src\diagnostics\TimeDebug.tsx", "TypeScript JSX", 0, 17, 0, 0, 0, 1, 18
94
+ "d:\repos\querysub\src\diagnostics\benchmark.ts", "TypeScript", 121, 0, 0, 0, 2, 16, 139
95
+ "d:\repos\querysub\src\diagnostics\errorLogs\ErrorLogController.ts", "TypeScript", 454, 0, 0, 0, 21, 39, 514
96
+ "d:\repos\querysub\src\diagnostics\errorLogs\ErrorLogCore.ts", "TypeScript", 228, 0, 0, 0, 18, 28, 274
97
+ "d:\repos\querysub\src\diagnostics\errorLogs\LogClassifiers.tsx", "TypeScript JSX", 0, 285, 0, 0, 2, 15, 302
98
+ "d:\repos\querysub\src\diagnostics\errorLogs\LogFilterUI.tsx", "TypeScript JSX", 0, 83, 0, 0, 0, 1, 84
99
+ "d:\repos\querysub\src\diagnostics\errorLogs\LogNotify.tsx", "TypeScript JSX", 0, 91, 0, 0, 2, 8, 101
100
+ "d:\repos\querysub\src\diagnostics\errorLogs\LogTimeSelector.tsx", "TypeScript JSX", 0, 687, 0, 0, 5, 31, 723
101
+ "d:\repos\querysub\src\diagnostics\errorLogs\LogViewer.tsx", "TypeScript JSX", 0, 690, 0, 0, 16, 51, 757
102
+ "d:\repos\querysub\src\diagnostics\errorLogs\hookErrors.ts", "TypeScript", 43, 0, 0, 0, 15, 2, 60
103
+ "d:\repos\querysub\src\diagnostics\errorLogs\logFiltering.tsx", "TypeScript JSX", 0, 129, 0, 0, 9, 11, 149
104
+ "d:\repos\querysub\src\diagnostics\heapTag.ts", "TypeScript", 11, 0, 0, 0, 0, 2, 13
105
+ "d:\repos\querysub\src\diagnostics\listenOnDebugger.ts", "TypeScript", 56, 0, 0, 0, 11, 5, 72
106
+ "d:\repos\querysub\src\diagnostics\logs\BrowserLargeFileCache.ts", "TypeScript", 50, 0, 0, 0, 7, 7, 64
107
+ "d:\repos\querysub\src\diagnostics\logs\DiskLoggerPage.tsx", "TypeScript JSX", 0, 522, 0, 0, 29, 62, 613
108
+ "d:\repos\querysub\src\diagnostics\logs\ObjectDisplay.tsx", "TypeScript JSX", 0, 157, 0, 0, 0, 8, 165
109
+ "d:\repos\querysub\src\diagnostics\logs\ansiFormat.ts", "TypeScript", 95, 0, 0, 0, 3, 10, 108
110
+ "d:\repos\querysub\src\diagnostics\logs\diskLogGlobalContext.ts", "TypeScript", 36, 0, 0, 0, 0, 2, 38
111
+ "d:\repos\querysub\src\diagnostics\logs\diskLogger.ts", "TypeScript", 283, 0, 0, 0, 37, 33, 353
112
+ "d:\repos\querysub\src\diagnostics\logs\diskShimConsoleLogs.ts", "TypeScript", 31, 0, 0, 0, 5, 2, 38
113
+ "d:\repos\querysub\src\diagnostics\logs\injectFileLocationToConsole.ts", "TypeScript", 42, 0, 0, 0, 9, 3, 54
114
+ "d:\repos\querysub\src\diagnostics\logs\logGitHashes.ts", "TypeScript", 26, 0, 0, 0, 0, 4, 30
115
+ "d:\repos\querysub\src\diagnostics\managementPages.tsx", "TypeScript JSX", 0, 326, 0, 0, 12, 32, 370
116
+ "d:\repos\querysub\src\diagnostics\misc-pages\ArchiveInspect.tsx", "TypeScript JSX", 0, 286, 0, 0, 15, 24, 325
117
+ "d:\repos\querysub\src\diagnostics\misc-pages\ArchiveViewer.tsx", "TypeScript JSX", 0, 667, 0, 0, 66, 48, 781
118
+ "d:\repos\querysub\src\diagnostics\misc-pages\ArchiveViewerTable.tsx", "TypeScript JSX", 0, 154, 0, 0, 0, 2, 156
119
+ "d:\repos\querysub\src\diagnostics\misc-pages\ArchiveViewerTree.tsx", "TypeScript JSX", 0, 514, 0, 0, 27, 32, 573
120
+ "d:\repos\querysub\src\diagnostics\misc-pages\ComponentSyncStats.tsx", "TypeScript JSX", 0, 118, 0, 0, 0, 12, 130
121
+ "d:\repos\querysub\src\diagnostics\misc-pages\LocalWatchViewer.tsx", "TypeScript JSX", 0, 411, 0, 0, 3, 17, 431
122
+ "d:\repos\querysub\src\diagnostics\misc-pages\RequireAuditPage.tsx", "TypeScript JSX", 0, 203, 0, 0, 3, 12, 218
123
+ "d:\repos\querysub\src\diagnostics\misc-pages\SnapshotViewer.tsx", "TypeScript JSX", 0, 188, 0, 0, 6, 13, 207
124
+ "d:\repos\querysub\src\diagnostics\misc-pages\TimeRangeView.tsx", "TypeScript JSX", 0, 583, 0, 0, 13, 53, 649
125
+ "d:\repos\querysub\src\diagnostics\misc-pages\archiveViewerFilter.tsx", "TypeScript JSX", 0, 205, 0, 0, 4, 12, 221
126
+ "d:\repos\querysub\src\diagnostics\misc-pages\archiveViewerShared.tsx", "TypeScript JSX", 0, 62, 0, 0, 8, 6, 76
127
+ "d:\repos\querysub\src\diagnostics\periodic.ts", "TypeScript", 92, 0, 0, 0, 3, 12, 107
128
+ "d:\repos\querysub\src\diagnostics\runSaturationTest.ts", "TypeScript", 352, 0, 0, 0, 10, 54, 416
129
+ "d:\repos\querysub\src\diagnostics\satSchema.ts", "TypeScript", 59, 0, 0, 0, 0, 5, 64
130
+ "d:\repos\querysub\src\diagnostics\trackResources.ts", "TypeScript", 84, 0, 0, 0, 1, 7, 92
131
+ "d:\repos\querysub\src\diagnostics\watchdog.ts", "TypeScript", 94, 0, 0, 0, 8, 12, 114
132
+ "d:\repos\querysub\src\email\postmark.tsx", "TypeScript JSX", 0, 38, 0, 0, 1, 1, 40
133
+ "d:\repos\querysub\src\email\sendgrid.tsx", "TypeScript JSX", 0, 41, 0, 0, 2, 1, 44
134
+ "d:\repos\querysub\src\errors.ts", "TypeScript", 116, 0, 0, 0, 8, 8, 132
135
+ "d:\repos\querysub\src\forceProduction.ts", "TypeScript", 3, 0, 0, 0, 0, 0, 3
136
+ "d:\repos\querysub\src\fs.ts", "TypeScript", 59, 0, 0, 0, 8, 5, 72
137
+ "d:\repos\querysub\src\functional\UndoWatch.tsx", "TypeScript JSX", 0, 114, 0, 0, 20, 8, 142
138
+ "d:\repos\querysub\src\functional\diff.ts", "TypeScript", 642, 0, 0, 0, 114, 102, 858
139
+ "d:\repos\querysub\src\functional\onNextPaint.ts", "TypeScript", 67, 0, 0, 0, 7, 4, 78
140
+ "d:\repos\querysub\src\functional\promiseCache.ts", "TypeScript", 63, 0, 0, 0, 1, 3, 67
141
+ "d:\repos\querysub\src\functional\random.ts", "TypeScript", 8, 0, 0, 0, 0, 1, 9
142
+ "d:\repos\querysub\src\functional\runCommand.ts", "TypeScript", 40, 0, 0, 0, 1, 2, 43
143
+ "d:\repos\querysub\src\functional\runOnce.ts", "TypeScript", 6, 0, 0, 0, 0, 1, 7
144
+ "d:\repos\querysub\src\functional\stats.ts", "TypeScript", 49, 0, 0, 0, 5, 7, 61
145
+ "d:\repos\querysub\src\functional\throttleRerender.tsx", "TypeScript JSX", 0, 61, 0, 0, 29, 5, 95
146
+ "d:\repos\querysub\src\heapDumps.ts", "TypeScript", 550, 0, 0, 0, 35, 81, 666
147
+ "d:\repos\querysub\src\https.ts", "TypeScript", 2, 0, 0, 0, 0, 0, 2
148
+ "d:\repos\querysub\src\inject.ts", "TypeScript", 1, 0, 0, 0, 0, 0, 1
149
+ "d:\repos\querysub\src\library-components\ATag.tsx", "TypeScript JSX", 0, 72, 0, 0, 9, 6, 87
150
+ "d:\repos\querysub\src\library-components\AspectSizedComponent.tsx", "TypeScript JSX", 0, 82, 0, 0, 2, 4, 88
151
+ "d:\repos\querysub\src\library-components\Button.tsx", "TypeScript JSX", 0, 295, 0, 0, 32, 20, 347
152
+ "d:\repos\querysub\src\library-components\ButtonSelector.tsx", "TypeScript JSX", 0, 62, 0, 0, 0, 3, 65
153
+ "d:\repos\querysub\src\library-components\DropdownCustom.tsx", "TypeScript JSX", 0, 146, 0, 0, 0, 5, 151
154
+ "d:\repos\querysub\src\library-components\DropdownSelector.tsx", "TypeScript JSX", 0, 30, 0, 0, 0, 2, 32
155
+ "d:\repos\querysub\src\library-components\Histogram.tsx", "TypeScript JSX", 0, 290, 0, 0, 33, 16, 339
156
+ "d:\repos\querysub\src\library-components\InlinePopup.tsx", "TypeScript JSX", 0, 64, 0, 0, 0, 3, 67
157
+ "d:\repos\querysub\src\library-components\Input.tsx", "TypeScript JSX", 0, 268, 0, 0, 39, 19, 326
158
+ "d:\repos\querysub\src\library-components\InputLabel.tsx", "TypeScript JSX", 0, 182, 0, 0, 5, 11, 198
159
+ "d:\repos\querysub\src\library-components\InputPicker.tsx", "TypeScript JSX", 0, 144, 0, 0, 7, 1, 152
160
+ "d:\repos\querysub\src\library-components\LazyComponent.tsx", "TypeScript JSX", 0, 55, 0, 0, 3, 5, 63
161
+ "d:\repos\querysub\src\library-components\MeasureHeightCSS.tsx", "TypeScript JSX", 0, 43, 0, 0, 4, 1, 48
162
+ "d:\repos\querysub\src\library-components\MeasuredDiv.tsx", "TypeScript JSX", 0, 45, 0, 0, 0, 2, 47
163
+ "d:\repos\querysub\src\library-components\Notifications.tsx", "TypeScript JSX", 0, 142, 0, 0, 5, 6, 153
164
+ "d:\repos\querysub\src\library-components\RenderIfVisible.tsx", "TypeScript JSX", 0, 65, 0, 0, 11, 4, 80
165
+ "d:\repos\querysub\src\library-components\ShowMore.tsx", "TypeScript JSX", 0, 47, 0, 0, 1, 3, 51
166
+ "d:\repos\querysub\src\library-components\SimpleNotification.tsx", "TypeScript JSX", 0, 106, 0, 0, 26, 1, 133
167
+ "d:\repos\querysub\src\library-components\SyncedController.ts", "TypeScript", 159, 0, 0, 0, 4, 8, 171
168
+ "d:\repos\querysub\src\library-components\TabbedUI.tsx", "TypeScript JSX", 0, 35, 0, 0, 2, 2, 39
169
+ "d:\repos\querysub\src\library-components\TimeRangeSelector.tsx", "TypeScript JSX", 0, 363, 0, 0, 23, 21, 407
170
+ "d:\repos\querysub\src\library-components\URLParam.ts", "TypeScript", 242, 0, 0, 0, 17, 22, 281
171
+ "d:\repos\querysub\src\library-components\animateAnyElement.tsx", "TypeScript JSX", 0, 43, 0, 0, 18, 4, 65
172
+ "d:\repos\querysub\src\library-components\colors.tsx", "TypeScript JSX", 0, 12, 0, 0, 0, 2, 14
173
+ "d:\repos\querysub\src\library-components\drag.ts", "TypeScript", 113, 0, 0, 0, 15, 14, 142
174
+ "d:\repos\querysub\src\library-components\errorNotifications.tsx", "TypeScript JSX", 0, 59, 0, 0, 17, 8, 84
175
+ "d:\repos\querysub\src\library-components\icons.tsx", "TypeScript JSX", 0, 653, 0, 0, 14, 25, 692
176
+ "d:\repos\querysub\src\library-components\loadingIndicator.tsx", "TypeScript JSX", 0, 94, 0, 0, 4, 3, 101
177
+ "d:\repos\querysub\src\library-components\niceStringify.ts", "TypeScript", 43, 0, 0, 0, 3, 5, 51
178
+ "d:\repos\querysub\src\library-components\placeholder.ts", "TypeScript", 15, 0, 0, 0, 2, 1, 18
179
+ "d:\repos\querysub\src\library-components\renderToString.ts", "TypeScript", 47, 0, 0, 0, 4, 1, 52
180
+ "d:\repos\querysub\src\misc.ts", "TypeScript", 45, 0, 0, 0, 1, 6, 52
181
+ "d:\repos\querysub\src\misc2.ts", "TypeScript", 4, 0, 0, 0, 0, 1, 5
182
+ "d:\repos\querysub\src\misc\PromiseRace.ts", "TypeScript", 84, 0, 0, 0, 14, 3, 101
183
+ "d:\repos\querysub\src\misc\cloneHelpers.ts", "TypeScript", 12, 0, 0, 0, 1, 3, 16
184
+ "d:\repos\querysub\src\misc\color.ts", "TypeScript", 28, 0, 0, 0, 1, 1, 30
185
+ "d:\repos\querysub\src\misc\extractType.ts", "TypeScript", 33, 0, 0, 0, 16, 5, 54
186
+ "d:\repos\querysub\src\misc\filterable.ts", "TypeScript", 317, 0, 0, 0, 26, 53, 396
187
+ "d:\repos\querysub\src\misc\format2.ts", "TypeScript", 64, 0, 0, 0, 3, 5, 72
188
+ "d:\repos\querysub\src\misc\getParentProcessId.cs", "C#", 0, 0, 0, 46, 0, 7, 53
189
+ "d:\repos\querysub\src\misc\getParentProcessId.ts", "TypeScript", 46, 0, 0, 0, 1, 6, 53
190
+ "d:\repos\querysub\src\misc\hash.ts", "TypeScript", 66, 0, 0, 0, 8, 9, 83
191
+ "d:\repos\querysub\src\misc\ipPong.js", "JavaScript", 0, 0, 9, 0, 1, 4, 14
192
+ "d:\repos\querysub\src\misc\networking.ts", "TypeScript", 2, 0, 0, 0, 0, 0, 2
193
+ "d:\repos\querysub\src\misc\random.ts", "TypeScript", 40, 0, 0, 0, 2, 3, 45
194
+ "d:\repos\querysub\src\misc\simpleParsing.ts", "TypeScript", 260, 0, 0, 0, 7, 43, 310
195
+ "d:\repos\querysub\src\niceStringify.ts", "TypeScript", 51, 0, 0, 0, 21, 11, 83
196
+ "d:\repos\querysub\src\path.ts", "TypeScript", 160, 0, 0, 0, 39, 27, 226
197
+ "d:\repos\querysub\src\persistentLocalStore.ts", "TypeScript", 35, 0, 0, 0, 0, 2, 37
198
+ "d:\repos\querysub\src\promise.ts", "TypeScript", 15, 0, 0, 0, 0, 0, 15
199
+ "d:\repos\querysub\src\server.ts", "TypeScript", 35, 0, 0, 0, 11, 16, 62
200
+ "d:\repos\querysub\src\src.d.ts", "TypeScript", 0, 0, 0, 0, 1, 0, 1
201
+ "d:\repos\querysub\src\storage\diskCache.ts", "TypeScript", 199, 0, 0, 0, 9, 19, 227
202
+ "d:\repos\querysub\src\storage\diskCache2.ts", "TypeScript", 103, 0, 0, 0, 8, 11, 122
203
+ "d:\repos\querysub\src\storage\fileSystemPointer.ts", "TypeScript", 64, 0, 0, 0, 5, 3, 72
204
+ "d:\repos\querysub\src\test\heapProcess.ts", "TypeScript", 17, 0, 0, 0, 14, 5, 36
205
+ "d:\repos\querysub\src\test\mongoSatTest.tsx", "TypeScript JSX", 0, 0, 0, 0, 49, 6, 55
206
+ "d:\repos\querysub\src\test\satTest.ts", "TypeScript", 82, 0, 0, 0, 84, 28, 194
207
+ "d:\repos\querysub\src\test\test.tsx", "TypeScript JSX", 0, 172, 0, 0, 321, 59, 552
208
+ "d:\repos\querysub\src\user-implementation\LoginPage.tsx", "TypeScript JSX", 0, 90, 0, 0, 1, 3, 94
209
+ "d:\repos\querysub\src\user-implementation\RequireAuditPage.tsx", "TypeScript JSX", 0, 203, 0, 0, 3, 13, 219
210
+ "d:\repos\querysub\src\user-implementation\SecurityPage.tsx", "TypeScript JSX", 0, 209, 0, 0, 0, 3, 212
211
+ "d:\repos\querysub\src\user-implementation\UserPage.tsx", "TypeScript JSX", 0, 281, 0, 0, 33, 6, 320
212
+ "d:\repos\querysub\src\user-implementation\addSuperUser.ts", "TypeScript", 23, 0, 0, 0, 0, 6, 29
213
+ "d:\repos\querysub\src\user-implementation\canSeeSource.ts", "TypeScript", 33, 0, 0, 0, 6, 2, 41
214
+ "d:\repos\querysub\src\user-implementation\loginEmail.tsx", "TypeScript JSX", 0, 149, 0, 0, 10, 0, 159
215
+ "d:\repos\querysub\src\user-implementation\setEmailKey.ts", "TypeScript", 20, 0, 0, 0, 0, 5, 25
216
+ "d:\repos\querysub\src\user-implementation\userData.ts", "TypeScript", 813, 0, 0, 0, 104, 75, 992
217
+ "d:\repos\querysub\src\zip.ts", "TypeScript", 69, 0, 0, 0, 24, 8, 101
218
+ "d:\repos\querysub\src\zipThreaded.ts", "TypeScript", 96, 0, 0, 0, 4, 7, 107
219
+ "d:\repos\querysub\src\zipThreadedWorker.js", "JavaScript", 0, 0, 17, 0, 1, 2, 20
220
+ "Total", "-", 27567, 15406, 26, 46, 5738, 4487, 53270