MCPcopy 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
35wrf_model_url = "https://api.github.com/repos/wrf-model/WRF/git/trees/master?recursive=1"
36def get_git_trees():
37 return github_get(wrf_model_url).json()

Calls 1

github_getFunction · 0.85

Tested by

no test coverage detected