MCPcopy
hub / github.com/apache/caldera / is_global_variable

Method is_global_variable

app/utility/base_planning_svc.py:57–58  ·  view source on GitHub ↗
(self, variable)

Source from the content-addressed store, hash-verified

55 self._global_variable_owners.append(global_variable_owner)
56
57 def is_global_variable(self, variable):
58 return any(x.is_global_variable(variable) for x in self._global_variable_owners)
59
60 async def trim_links(self, operation, links, agent):
61 """

Callers 1

add_test_variantsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected