Skip to content

Commit

Permalink
refactor: add comments (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnordelo authored Nov 13, 2024
1 parent 399654f commit e1f8f7f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/introspection/src/src5.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ pub mod SRC5Component {
pub const INVALID_ID: felt252 = 'SRC5: invalid id';
}

//
// External
//

#[embeddable_as(SRC5Impl)]
impl SRC5<
TContractState, +HasComponent<TContractState>
Expand All @@ -33,6 +37,10 @@ pub mod SRC5Component {
}
}

//
// Internal
//

#[generate_trait]
pub impl InternalImpl<
TContractState, +HasComponent<TContractState>
Expand Down

0 comments on commit e1f8f7f

Please sign in to comment.