MCPcopy 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
572function getPortConnectionType(port: ComponentPortMetadata): ConnectionType | undefined {
573 return port.connectionType;
574}

Callers 2

validateWorkflowGraphFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected