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

Method b_path

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

Source from the content-addressed store, hash-verified

52
53 @property
54 def b_path(self):
55 return fetch(self._pr.head.repo, self.b, self._pr.head.sha)
56
57 def __repr__(self):
58 return '%s (%s)' % (self.a or self.b, self.type)

Callers

nothing calls this directly

Calls 1

fetchFunction · 0.85

Tested by

no test coverage detected