MCPcopy
hub / github.com/wasp-lang/wasp / job

Function job

waspc/data/packages/spec/src/spec/publicApi/constructors.ts:337–339  ·  view source on GitHub ↗
(fn: Job["fn"], config: JobConfig)

Source from the content-addressed store, hash-verified

335 * @category Constructors
336 */
337export function job(fn: Job["fn"], config: JobConfig): Job {
338 return { kind: "job", fn, ...config };
339}
340
341/**
342 * @inline

Callers 4

main.wasp.tsFile · 0.90
jobs.wasp.tsFile · 0.90
jobs.wasp.tsFile · 0.90
getJobFunction · 0.85

Calls

no outgoing calls

Tested by 1

getJobFunction · 0.68