Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
build
Method · 0.80
Calls
2
accept_path
Method · 0.95
discard
Method · 0.80
Tested by
no test coverage detected