|
PostgreSQL Source Code git master
|
Functions | |
| run (cmd, check=True) | |
| parse_ccache_stats () | |
| append_github_output (key, value) | |
| main () | |
| gha_ccache_decide.append_github_output | ( | key, | |
| value | |||
| ) |
Definition at line 35 of file gha_ccache_decide.py.
References fb().
Referenced by main().
| gha_ccache_decide.main | ( | void | ) |
Definition at line 40 of file gha_ccache_decide.py.
References append_github_output(), fb(), lower(), main(), parse_ccache_stats(), print(), run(), and str.
Referenced by main().
| gha_ccache_decide.parse_ccache_stats | ( | ) |
Definition at line 17 of file gha_ccache_decide.py.
Referenced by main().
| gha_ccache_decide.run | ( | cmd, | |
check = True |
|||
| ) |
Definition at line 8 of file gha_ccache_decide.py.
References fb().
Referenced by main(), and parse_ccache_stats().