Skip to content

fix: [codegeex] optimized efficiency and functionality #1701

fix: [codegeex] optimized efficiency and functionality

fix: [codegeex] optimized efficiency and functionality #1701

Triggered via pull request October 17, 2024 07:01
@LiHua000LiHua000
opened #948
Status Success
Total duration 3m 19s
Artifacts

cppcheck.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
cppcheck: src/plugins/codegeex/codegeex/askapi.h#L109
Parameter 'url' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck: src/plugins/codegeex/codegeex/askapi.h#L114
Parameter 'url' is passed by value. It could be passed as a const reference which is usually faster and recommended in C++.
cppcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/