Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/candybox2/candybox2.github.io
/ clickedFileLoad
Method
clickedFileLoad
code/main/Save.ts:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
private clickedFileLoad(): void{
77
Main.reloadEverythingFromFile($(
".saveFileLoadTextarea"
).val());
78
}
79
80
private clickedFileSave(): void{
81
// Save some special variables by calling the save() methods of various objects
Callers
nothing calls this directly
Calls
2
$
Function · 0.85
val
Method · 0.80
Tested by
no test coverage detected