Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
337
export
function
job(fn: Job[
"fn"
], config: JobConfig): Job {
338
return
{ kind:
"job"
, fn, ...config };
339
}
340
341
/**
342
* @inline
Callers
4
main.wasp.ts
File · 0.90
jobs.wasp.ts
File · 0.90
jobs.wasp.ts
File · 0.90
getJob
Function · 0.85
Calls
no outgoing calls
Tested by
1
getJob
Function · 0.68