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

Method preBuildStatic

cactus/plugin/builtin/ignore.py:20–22  ·  view source on GitHub ↗
(self, static)

Source from the content-addressed store, hash-verified

18
19
20 def preBuildStatic(self, static):
21 if not self.accept_path(static.path):
22 static.discard()
23
24 def accept_path(self, path):
25 """

Callers 1

buildMethod · 0.80

Calls 2

accept_pathMethod · 0.95
discardMethod · 0.80

Tested by

no test coverage detected