MCPcopy Index your code
hub / github.com/diffgram/diffgram / __perform_external_map_action

Method __perform_external_map_action

shared/annotation.py:618–624  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

616
617 # Tested
618 def __perform_external_map_action(self):
619 if not self.external_map:
620 return
621 if self.external_map_action == 'set_instance_id':
622 if self.instance:
623 self.external_map.instance = self.instance
624 self.session.add(self.external_map)
625
626 # Tested
627 def instance_list_cache_update(self):

Callers 1

update_instanceMethod · 0.95

Calls 1

addMethod · 0.45

Tested by

no test coverage detected