MCPcopy
hub / github.com/saltstack/salt / index

Method index

salt/utils/pkg/deb.py:701–702  ·  view source on GitHub ↗
(self, entry)

Source from the content-addressed store, hash-verified

699 log.error("Could not parse source file '%s'", file_path, exc_info=True)
700
701 def index(self, entry):
702 return self.list.index(entry)
703
704 def save(self):
705 """save the current sources"""

Callers 1

parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected