()
| 1590 | } |
| 1591 | |
| 1592 | function countLinkedProviderEntries() { |
| 1593 | return ProviderModelEntries.filter( |
| 1594 | (entry) => entry.canonicalModelId !== undefined, |
| 1595 | ).length; |
| 1596 | } |
| 1597 | |
| 1598 | function loadLabMetadata(root: string) { |
| 1599 | const result = new Map<string, { description?: string }>(); |
nothing calls this directly
no outgoing calls
no test coverage detected