MCPcopy
hub / github.com/ZToolsCenter/ZTools / callbackSetList

Function callbackSetList

resources/preload.js:1668–1670  ·  view source on GitHub ↗
(items)

Source from the content-addressed store, hash-verified

1666 feature.args && typeof feature.args.select === 'function' ? feature.args.select : null
1667
1668 var callbackSetList = function (items) {
1669 renderItems(items, pluginPath)
1670 }
1671
1672 // 设置子输入框(搜索)
1673 if (feature.args && typeof feature.args.search === 'function') {

Callers

nothing calls this directly

Calls 1

renderItemsFunction · 0.85

Tested by

no test coverage detected