sendsTo
fun LetNode.sendsTo(nameAnalysis: NameAnalysis, from: Set<Protocol>, to: Set<Protocol>): SelectionConstraint
Content copied to clipboard
States that if the let node is stores at any protocol in from, it sends to only the protocols in to
fun DeclarationNode.sendsTo(nameAnalysis: NameAnalysis, from: Set<Protocol>, to: Set<Protocol>): SelectionConstraint
Content copied to clipboard