Skip to content

cancel_resale is the only mutating public function without a doc comment #15

Description

@presidojay1

Every other state-changing entry point (initialize, create_event, issue_ticket, purchase_primary, transfer_ticket, check_in, revoke_ticket, list_for_resale, buy_resale) has an explanatory /// doc comment above it, but pub fn cancel_resale has none, making it the sole outlier in the public API surface.

Suggested fix: Add a short doc comment above cancel_resale, e.g. /// Pulls an owned ticket off the resale marketplace, returning it to Valid status.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions