Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
__key
Method · 0.45
set
Method · 0.45
pop
Method · 0.45
_update_entity
Method · 0.45
_delete_entity
Method · 0.45
_get_entity
Method · 0.45
_create_entity
Method · 0.45
_bulk_create_entities
Method · 0.45
_check_kwargs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected