MCPcopy
hub / github.com/eudicots/Cactus / get_url_for_static

Method get_url_for_static

cactus/site.py:324–325  ·  view source on GitHub ↗
(self, src_path)

Source from the content-addressed store, hash-verified

322 return self._get_resource(src_url, resources)
323
324 def get_url_for_static(self, src_path):
325 return self._get_url(src_path, self.static())
326
327 def get_url_for_page(self, src_path):
328 return self._get_url(src_path, self.pages())

Callers 7

staticFunction · 0.80
testBuildMethod · 0.80
testStaticLoaderMethod · 0.80

Calls 2

_get_urlMethod · 0.95
staticMethod · 0.95

Tested by 6

testBuildMethod · 0.64
testStaticLoaderMethod · 0.64