Skip to content

Commit

Permalink
Rename pipeline step for clarity
Browse files Browse the repository at this point in the history
Summary: uparrow

Reviewed By: yuhshin-oss

Differential Revision: D57127945

fbshipit-source-id: 244dc9c8222bf31a9f05deee83b8cf7879883a58
  • Loading branch information
Manuel Fahndrich authored and facebook-github-bot committed May 23, 2024
1 parent dc58713 commit cc79b53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def __init__(self) -> None:
SinkToState = Dict[int, PerSinkState]


class PropagateSharedTexts(PipelineStep[TraceGraph, TraceGraph]): # pyre-fixme[13]
class PropagateToCRTEXAnchors(PipelineStep[TraceGraph, TraceGraph]): # pyre-fixme[13]
"""For all issues propagate source kinds and features to all reachable frames
leading to sinks and propagate features to leaf sinks.
leading to sinks and propagate features to leaf sinks with anchor ports.
"""

def __init__(self, propagate_sources: bool, propagate_features: bool) -> None:
Expand Down

0 comments on commit cc79b53

Please sign in to comment.