Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ShishirPatil/gorilla
/ load
Method
load
raft/checkpointing.py:15–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
13
num: int
14
15
def
load(self) -> Dataset:
16
return
Dataset.load_from_disk(self.path)
17
18
def
__lt__(self, other:
'Checkpoint'
) -> bool:
19
return
self.num < other.num
Callers
15
update_user_config
Function · 0.80
get_config
Function · 0.80
getSlackCreds
Function · 0.80
getDiscordCreds
Function · 0.80
getSpotifyCreds
Function · 0.80
getDropboxCreds
Function · 0.80
getGithubCreds
Function · 0.80
list_channels
Function · 0.80
slack_send_message
Function · 0.80
slack_upload_file
Function · 0.80
slack_read_messages
Function · 0.80
slack_send_message_dummy
Function · 0.80
Calls
1
load_from_disk
Method · 0.80
Tested by
2
slack_delete_latest_file
Function · 0.64
slack_remove_latest_emoji_reaction
Function · 0.64