MCPcopy Create free account
hub / github.com/apache/fory / _has_processor_path

Function _has_processor_path

ci/run_ci.py:150–154  ·  view source on GitHub ↗
(annotation_processor_paths, namespace, artifact_id)

Source from the content-addressed store, hash-verified

148
149
150def _has_processor_path(annotation_processor_paths, namespace, artifact_id):
151 for path in annotation_processor_paths.findall(_pom_tag(namespace, "path")):
152 if _child_text(path, namespace, "artifactId") == artifact_id:
153 return True
154 return False
155
156
157def _add_annotation_processor_path(pom_path):

Callers 1

Calls 2

_pom_tagFunction · 0.85
_child_textFunction · 0.85

Tested by

no test coverage detected