MCPcopy Create free account
hub / github.com/arctic-cli/interface / list

Function list

packages/arctic/src/plugin/index.ts:83–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81 }
82
83 export async function list() {
84 return state().then((x) => x.hooks)
85 }
86
87 export async function init() {
88 const hooks = await state().then((x) => x.hooks)

Callers

nothing calls this directly

Calls 1

stateFunction · 0.85

Tested by

no test coverage detected