MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / primary_key_fields

Method primary_key_fields

backend/tkhelper/models/entity.py:55–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 @staticmethod
54 @abstractmethod
55 def primary_key_fields() -> List[str]:
56 raise NotImplementedError
57
58 @staticmethod
59 def path_params_to_primary_key_params(path_params: Dict) -> Dict:

Callers 9

__keyMethod · 0.45
setMethod · 0.45
popMethod · 0.45
_update_entityMethod · 0.45
_delete_entityMethod · 0.45
_get_entityMethod · 0.45
_create_entityMethod · 0.45
_bulk_create_entitiesMethod · 0.45
_check_kwargsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected