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

Function detail

cat/js/upyun_open.js:41–47  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

39}
40
41async function detail(id) {
42 try {
43 return await detailContent(id);
44 } catch (e) {
45 await log('detail:' + e.message + ' line:' + e.lineNumber);
46 }
47}
48
49async function play(flag, id, flags) {
50 try {

Callers

nothing calls this directly

Calls 2

detailContentFunction · 0.90
logFunction · 0.90

Tested by

no test coverage detected