Function
staticToolConnection
(integration: StaticIntegrationDecl)
Source from the content-addressed store, hash-verified
| 2015 | |
| 2016 | const staticToolOwner = (): Owner => (subject == null ? "org" : "user"); |
| 2017 | const staticToolConnection = (integration: StaticIntegrationDecl): ConnectionName => |
| 2018 | ConnectionName.make(integration.id === EXECUTOR_INTEGRATION_ID ? "coreTools" : "static"); |
| 2019 | |
| 2020 | const staticIntegrations = (): readonly StaticIntegrationDecl[] => { |
| 2021 | const byId = new Map<string, StaticIntegrationDecl>(); |
Tested by
no test coverage detected