(tool: ToolRow)
| 204 | }; |
| 205 | |
| 206 | const toolOwner = (tool: ToolRow): Owner => (tool.static ? "org" : (tool.owner ?? "org")); |
| 207 | |
| 208 | const toolConnectionName = (tool: ToolRow): string => { |
| 209 | if (tool.connection && tool.connection.length > 0) return tool.connection; |
no outgoing calls
no test coverage detected