MCPcopy Index your code
hub / github.com/tinyplex/tinybase / schedule

Function schedule

src/persisters/common/create.ts:351–355  ·  view source on GitHub ↗
(...actions: Action[])

Source from the content-addressed store, hash-verified

349 };
350
351 const schedule = async (...actions: Action[]): Promise<Persister> => {
352 arrayPush(mapGet(scheduleActions, scheduleId) as Action[], ...actions);
353 await run();
354 return persister;
355 };
356
357 const getStore = (): Store => store;
358

Callers 2

loadFunction · 0.70
saveFunction · 0.70

Calls 3

arrayPushFunction · 0.90
mapGetFunction · 0.90
runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…