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

Function trigger

packages/arctic/src/util/signal.ts:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3 const promise = new Promise((r) => (resolve = r))
4 return {
5 trigger() {
6 return resolve()
7 },
8 wait() {
9 return promise
10 },

Callers 1

BasicToolFunction · 0.50

Calls 1

resolveFunction · 0.85

Tested by

no test coverage detected