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

Method as_git_ref

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

Retrieve the binding value, as type GitRef

(self)

Source from the content-addressed store, hash-verified

969 return GeneratorGroup(_ctx)
970
971 def as_git_ref(self) -> "GitRef":
972 """Retrieve the binding value, as type GitRef"""
973 _args: list[Arg] = []
974 _ctx = self._select("asGitRef", _args)
975 return GitRef(_ctx)
976
977 def as_git_repository(self) -> "GitRepository":
978 """Retrieve the binding value, as type GitRepository"""

Callers

nothing calls this directly

Calls 2

_selectMethod · 0.80
GitRefClass · 0.70

Tested by

no test coverage detected