MCPcopy Create free account
hub / github.com/Streamerbot/client / fetchActions

Function fetchActions

apps/toolkit/src/stores/streamerbot.store.ts:82–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 async function fetchActions() {
83 actions.value = (await client.value?.getActions())?.actions ?? [];
84 }
85
86 async function fetchActiveViewers() {
87 activeViewers.value = (await client.value?.getActiveViewers())?.viewers;

Callers

nothing calls this directly

Calls 1

getActionsMethod · 0.80

Tested by

no test coverage detected