MCPcopy Index your code
hub / github.com/keystone-engine/keypatch / find_syntax_idx

Method find_syntax_idx

keypatch.py:864–865  ·  view source on GitHub ↗
(self, syntax)

Source from the content-addressed store, hash-verified

862 return self.get_value_by_idx(self.syntax_lists, idx, self.syntax)
863
864 def find_syntax_idx(self, syntax):
865 return self.find_idx_by_value(self.syntax_lists, syntax)
866 ### /Form helper functions
867
868

Callers 1

setupMethod · 0.80

Calls 1

find_idx_by_valueMethod · 0.95

Tested by

no test coverage detected