MCPcopy 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

getLinkFunction · 0.85

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected