Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/saltstack/salt
/ append
Method
append
tools/precommit/workflows.py:85–87 ·
view source on GitHub ↗
(self, need)
Source
from the content-addressed store, hash-verified
83
self._needs = []
84
85
def
append(self, need):
86
if
need not in self._needs:
87
self._needs.append(need)
88
89
def
iter(self, consume=False):
90
if
consume is False:
Callers
15
_get_salt_version
Function · 0.45
generate_changelog_md
Function · 0.45
upload_artifacts
Function · 0.45
upload_virustotal
Function · 0.45
_load_allowlist
Function · 0.45
_read_linkcheck_results
Function · 0.45
run_audit
Function · 0.45
man
Function · 0.45
html
Function · 0.45
pdf
Function · 0.45
linkcheck
Function · 0.45
spellcheck
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_artifacts
Function · 0.36
pytest_runtest_setup
Function · 0.36
salt_syndic_master_factory
Function · 0.36
salt_master_factory
Function · 0.36
from_filenames_collection_modifyitems
Function · 0.36
test_adding_removing_pkg_sls
Method · 0.36
test_topfile_validation
Method · 0.36
test_database_maintenance
Method · 0.36
setUp
Method · 0.36
tearDown
Method · 0.36
salt_master_factory
Function · 0.36
pytest_runtest_setup
Function · 0.36