MCPcopy Index your code
hub / github.com/apache/caldera / find_executor

Method find_executor

app/objects/c_ability.py:125–126  ·  view source on GitHub ↗
(self, name, platform)

Source from the content-addressed store, hash-verified

123 return self.plugin
124
125 def find_executor(self, name, platform):
126 return self._executor_map.get(self._make_executor_map_key(name, platform))
127
128 def find_executors(self, names, platform):
129 """Find executors for matching platform/executor names

Callers 2

find_executorsMethod · 0.95
test_executor_searchMethod · 0.80

Calls 1

Tested by 1

test_executor_searchMethod · 0.64