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

Method put_data

shared/connection/s3_connector.py:630–637  ·  view source on GitHub ↗
(self, opts)

Source from the content-addressed store, hash-verified

628
629 @with_connection
630 def put_data(self, opts):
631 if 'action_type' not in opts:
632 raise Exception('Provide action_type key.')
633 if 'event_data' not in opts:
634 raise Exception('Provide event_data key.')
635 action_type = opts.pop('action_type')
636 if action_type == 'send_export':
637 return self.__send_export(opts)

Callers 8

create_ontologyMethod · 0.45
put_dataFunction · 0.45

Calls 2

__send_exportMethod · 0.95
popMethod · 0.45

Tested by 1