Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cosm-public/temporal-samples-rust
/ wf_function
Function
wf_function
timer/src/worker.rs:40–42 ·
view source on GitHub ↗
(ctx: WfContext)
Source
from the content-addressed store, hash-verified
38
}
39
40
async fn wf_function(ctx: WfContext) -> WorkflowResult<()> {
41
workflows::sample_timer_workflow(ctx, 2).await
42
}
Callers
nothing calls this directly
Calls
1
sample_timer_workflow
Function · 0.85
Tested by
no test coverage detected