MCPcopy
hub / github.com/gaotianliuyun/gao / play

Function play

cat/js/upyun_open.js:49–55  ·  view source on GitHub ↗
(flag, id, flags)

Source from the content-addressed store, hash-verified

47}
48
49async function play(flag, id, flags) {
50 try {
51 return await playContent(flag, id, flags);
52 } catch (e) {
53 await log('play:' + e.message + ' line:' + e.lineNumber);
54 }
55}
56
57async function search(wd, quick, pg) {
58 if (pg <= 0) pg = 1;

Callers

nothing calls this directly

Calls 2

playContentFunction · 0.90
logFunction · 0.90

Tested by

no test coverage detected