Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShipSecAI/studio
/ getPortConnectionType
Function
getPortConnectionType
backend/src/dsl/validator.ts:572–574 ·
view source on GitHub ↗
(port: ComponentPortMetadata)
Source
from the content-addressed store, hash-verified
570
}
571
572
function
getPortConnectionType(port: ComponentPortMetadata): ConnectionType | undefined {
573
return
port.connectionType;
574
}
Callers
2
validateWorkflowGraph
Function · 0.85
validateEdgeCompatibility
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected