MCPcopy
hub / github.com/hatchet-dev/hatchet / Set

Method Set

api/v1/server/serverutils/param_context.go:15–15  ·  view source on GitHub ↗

Set saves data in the context.

(key string, val interface{})

Source from the content-addressed store, hash-verified

13
14 // Set saves data in the context.
15 Set(key string, val interface{})
16
17 // Param returns path parameter by name.
18 Param(name string) string

Callers 15

populateMethod · 0.65
traverseNodeMethod · 0.65
MiddlewareFunction · 0.65
TenantInviteAcceptMethod · 0.65
TenantMemberDeleteMethod · 0.65
TenantCreateMethod · 0.65
ApiTokenUpdateRevokeMethod · 0.65
ApiTokenCreateMethod · 0.65
V1WorkflowRunCreateMethod · 0.65
MiddlewareFunction · 0.65

Implementers 1

TestContextapi/v1/server/serverutils/testutils/pa

Calls

no outgoing calls

Tested by

no test coverage detected