MCPcopy
hub / github.com/RasaHQ/rasa / keys

Method keys

rasa/core/tracker_store.py:339–341  ·  view source on GitHub ↗

Returns the set of values for the tracker store's primary key.

(self)

Source from the content-addressed store, hash-verified

337 event_broker.publish(body)
338
339 async def keys(self) -> Iterable[Text]:
340 """Returns the set of values for the tracker store's primary key."""
341 raise NotImplementedError()
342
343 def deserialise_tracker(
344 self, sender_id: Text, serialised_tracker: Union[Text, bytes]

Callers 15

keysMethod · 0.45
keysMethod · 0.45
keysMethod · 0.45
keysMethod · 0.45
_add_inputs_to_graphMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_evaluate_storiesFunction · 0.36
test_evaluate_intentFunction · 0.36
test_list_routesFunction · 0.36
test_get_domainFunction · 0.36
test_sortFunction · 0.36
test_equal_dictsFunction · 0.36