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

Function play

cat/js/yiso_open.js:65–71  ·  view source on GitHub ↗
(flag, id, flags)

Source from the content-addressed store, hash-verified

63}
64
65async function play(flag, id, flags) {
66 try {
67 return await playContent(flag, id, flags);
68 } catch (e) {
69 await log('play:' + e.message + ' line:' + e.lineNumber);
70 }
71}
72
73async function search(wd, quick, pg) {
74 if (pg <= 0) pg = 1;

Callers

nothing calls this directly

Calls 2

playContentFunction · 0.90
logFunction · 0.90

Tested by

no test coverage detected