MCPcopy Index your code
hub / github.com/danvk/webdiff / a_path

Method a_path

webdiff/githubdiff.py:50–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 # NB: these are @memoize'd via fetch()
49 @property
50 def a_path(self):
51 return fetch(self._pr.base.repo, self.a, self._pr.base.sha)
52
53 @property
54 def b_path(self):

Callers

nothing calls this directly

Calls 1

fetchFunction · 0.85

Tested by

no test coverage detected