Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add handling inout parameter #76

Merged
merged 2 commits into from
Dec 30, 2023
Merged

Add handling inout parameter #76

merged 2 commits into from
Dec 30, 2023

Conversation

Matejkob
Copy link
Owner

@Matejkob Matejkob commented Dec 30, 2023

Resolves #2

Copy link

codecov bot commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (21f7bf1) 96.37% compared to head (be4b509) 96.43%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #76      +/-   ##
==========================================
+ Coverage   96.37%   96.43%   +0.06%     
==========================================
  Files          16       16              
  Lines         634      646      +12     
==========================================
+ Hits          611      623      +12     
  Misses         23       23              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Matejkob Matejkob merged commit bb042da into main Dec 30, 2023
4 checks passed
@Matejkob Matejkob deleted the issues/2 branch December 30, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support func foo(bar: inout String)
1 participant