Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ parseStream
Function
parseStream
scripts/ggdrive_downloadVideo.js:137–145 ·
view source on GitHub ↗
(e)
Source
from the content-addressed store, hash-verified
135
}
136
137
function
parseStream(e) {
138
var
d = [];
139
return
(
140
e.split(
","
).forEach(
function
(e) {
141
d.push(parse(e));
142
}),
143
d
144
);
145
}
146
147
async
function
getLink(docid) {
148
let
lastError;
Callers
1
getLink
Function · 0.85
Calls
1
parse
Function · 0.85
Tested by
no test coverage detected