Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jsfiddle/togetherjs
/ loadChatLog
Function
loadChatLog
togetherjs/chat.js:366–368 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
364
}
365
366
function
loadChatLog() {
367
return
storage.tab.get(chatStorageKey, []);
368
}
369
370
session.once(
"ui-ready"
,
function
() {
371
loadChatLog().then(
function
(log) {
Callers
2
saveChatMessage
Function · 0.85
chat.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected