MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / now

Function now

packages/plugins/apps/src/plugin/apps-plugin.ts:285–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

283 const activeBundler = options?.bundler;
284 const sourceKinds = options?.sourceKinds ?? ["git", "local-directory"];
285 const now = () => Date.now();
286 return {
287 publish: (input: Parameters<typeof publish>[1]) =>
288 publish({ store: ctx.storage, executor: activeExecutor, bundler: activeBundler }, input),

Callers 4

makeAppsExtensionFunction · 0.85
decideFunction · 0.85
pollForDeviceTokensFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected