MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / callback

Function callback

keepercommander/commands/pam_launch/python_handler.py:1110–1111  ·  view source on GitHub ↗
(events: List[Dict[str, Any]])

Source from the content-addressed store, hash-verified

1108 Callback function that accepts a list of event dicts
1109 """
1110 def callback(events: List[Dict[str, Any]]):
1111 handler.handle_events(events)
1112
1113 return callback
1114

Callers 2

get_recordsMethod · 0.85
traverse_folder_treeMethod · 0.85

Calls 1

handle_eventsMethod · 0.80

Tested by

no test coverage detected