MCPcopy Create free account
hub / github.com/dagger/dagger / as_git_repository

Method as_git_repository

sdk/python/src/dagger/client/gen.py:977–981  ·  view source on GitHub ↗

Retrieve the binding value, as type GitRepository

(self)

Source from the content-addressed store, hash-verified

975 return GitRef(_ctx)
976
977 def as_git_repository(self) -> "GitRepository":
978 """Retrieve the binding value, as type GitRepository"""
979 _args: list[Arg] = []
980 _ctx = self._select("asGitRepository", _args)
981 return GitRepository(_ctx)
982
983 def as_http_state(self) -> "HTTPState":
984 """Retrieve the binding value, as type HTTPState"""

Callers

nothing calls this directly

Calls 2

_selectMethod · 0.80
GitRepositoryClass · 0.70

Tested by

no test coverage detected