(binding: V1BindingRow)
| 1217 | }; |
| 1218 | |
| 1219 | const bindingSecretScope = (binding: V1BindingRow): string => |
| 1220 | binding.secretScopeId ?? binding.scopeId; |
| 1221 | |
| 1222 | const slugifyName = (name: string, fallback = "account"): string => |
| 1223 | String(connectionIdentifier(name, fallback)); |
no outgoing calls
no test coverage detected