Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pywebio/PyWebIO
/ handle_message
Method
handle_message
webiojs/src/handlers/download.ts:11–14 ·
view source on GitHub ↗
(msg: Command)
Source
from the content-addressed store, hash-verified
9
}
10
11
handle_message(msg: Command) {
12
let
blob = b64toBlob(msg.spec.content);
13
saveAs(blob, msg.spec.name, {}, false);
14
}
15
}
Callers
nothing calls this directly
Calls
1
b64toBlob
Function · 0.90
Tested by
no test coverage detected