Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JiriRichter/WRFDomainWizard
/ get_git_trees
Function
get_git_trees
utils/github_utils.py:36–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
35
wrf_model_url =
"https://api.github.com/repos/wrf-model/WRF/git/trees/master?recursive=1"
36
def
get_git_trees():
37
return
github_get(wrf_model_url).json()
Callers
2
wrf_registry_namelist_variables.py
File · 0.90
namelist_readme_variables.py
File · 0.90
Calls
1
github_get
Function · 0.85
Tested by
no test coverage detected