MCPcopy
hub / github.com/iron-io/functions / Set

Method Set

api/server/special_handler.go:27–27  ·  view source on GitHub ↗

Overwrite value in the context

(key string, value interface{})

Source from the content-addressed store, hash-verified

25
26 // Overwrite value in the context
27 Set(key string, value interface{})
28}
29
30type SpecialHandlerContext struct {

Callers 15

callfnFunction · 0.65
envAsHeaderFunction · 0.65
DispatchMethod · 0.65
prepareMiddlewareFunction · 0.65
handleSpecialMethod · 0.65
handleRequestMethod · 0.65
setupServerFunction · 0.65
setupCliFunction · 0.65
TestIntegrationWithAuthFunction · 0.65
setJwtAuthFunction · 0.65

Implementers 1

SpecialHandlerContextapi/server/special_handler.go

Calls

no outgoing calls

Tested by 8

setupServerFunction · 0.52
setupCliFunction · 0.52
TestIntegrationWithAuthFunction · 0.52
setJwtAuthFunction · 0.52
setBrokenJwtAuthFunction · 0.52
TestFullStackWithAuthFunction · 0.52