We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0e8a2 commit 681b54aCopy full SHA for 681b54a
scripts/gen_visitors.py
@@ -23,7 +23,7 @@ def gen_workflow_activation_payload_visitor_code() -> str:
23
The generated code defines async visitor functions for each reachable
24
protobuf message type starting from WorkflowActivation, including support
25
for repeated fields and map entries, and a convenience entrypoint
26
- function `visit_workflow_activation_payloads`.
+ function `visit`.
27
"""
28
29
def name_for(desc: Descriptor) -> str:
0 commit comments