MCPcopy Create free account
hub / github.com/activeloopai/deeplake / commit_data

Function commit_data

python/deeplake/__init__.py:239–240  ·  view source on GitHub ↗
(dataset, message="Committing data")

Source from the content-addressed store, hash-verified

237 """
238
239 def commit_data(dataset, message="Committing data"):
240 dataset.commit()
241
242 def get_raw_columns(source):
243 return [

Callers 3

transfer_non_link_dataFunction · 0.85
transfer_with_linksFunction · 0.85
convertFunction · 0.85

Calls 1

commitMethod · 0.45

Tested by

no test coverage detected