MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins / getPanelLinkValue

Function getPanelLinkValue

javdb/javdb.ts:152–153  ·  view source on GitHub ↗
(label: string)

Source from the content-addressed store, hash-verified

150 const director = getPanelLinkValue("導演");
151 const maker = getPanelLinkValue("片商");
152 const series = getPanelLinkValue("系列");
153 const duration = getPanelValue("時長");
154 const releaseDate = getPanelValue("日期");
155 if (director) detail.director = director;
156 if (maker) detail.maker = maker;

Callers 1

fetchDetailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected