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

Method apply_id

app/objects/secondclass/c_link.py:216–219  ·  view source on GitHub ↗
(self, host)

Source from the content-addressed store, hash-verified

214 % (parser.module, self.ability.ability_id, e))
215
216 def apply_id(self, host):
217 self.id = str(uuid.uuid4())
218 self.host = host
219 self.replace_origin_link_id()
220
221 def can_ignore(self):
222 return self.status in [self.states['DISCARD'], self.states['HIGH_VIZ']]

Callers 4

add_test_variantsMethod · 0.80
add_manual_commandMethod · 0.80
create_potential_linkMethod · 0.80

Calls 1

Tested by

no test coverage detected