MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / initProxyPack

Function initProxyPack

src/services/dataSource.js:22–26  ·  view source on GitHub ↗
({ id })

Source from the content-addressed store, hash-verified

20 });
21}
22export function initProxyPack ({ id }) {
23 return request(`${severUrl}/interface/pack?id=${id}`, {
24 method: 'get',
25 });
26}

Callers 1

initProxyPackFuncFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected