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

Function fluent

src/middleware/index.ts:58–61  ·  view source on GitHub ↗
(actions: () => void)

Source from the content-addressed store, hash-verified

56export const createMiddleware = getCreateFunction(
57 (store: Store): Middleware => {
58 const fluent = (actions: () => void): Middleware => {
59 actions();
60 return middleware;
61 };
62
63 const addCallback =
64 <Callback>(callbacks: Callback[]) =>

Callers 1

addCallbackFunction · 0.70

Calls 1

actionsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…