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

Variable optimization for absolute path checking methods #5737

Closed
wants to merge 1 commit into from
Closed

Commits on Jul 20, 2023

  1. Variable optimization for absolute path checking methods

    The optimized method avoids creating unnecessary intermediate variable abs_path
    and directly processes on the original variable file_path, making the code more concise.
    
    Signed-off-by: wulei01 <[email protected]>
    wulei01 committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3dba4e7 View commit details
    Browse the repository at this point in the history