MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / InputTaskKey

Function InputTaskKey

pkg/redis/redis.go:418–420  ·  view source on GitHub ↗

InputTaskKey returns the subkey of k, where input tasks are stored.

(k string)

Source from the content-addressed store, hash-verified

416
417// InputTaskKey returns the subkey of k, where input tasks are stored.
418func InputTaskKey(k string) string {
419 return Key(k, "input")
420}
421
422// ReadyTaskKey returns the subkey of k, where ready tasks are stored.
423func ReadyTaskKey(k string) string {

Callers 7

initTaskGroupFunction · 0.85
addTaskFunction · 0.85
dispatchTaskFunction · 0.85
CloseMethod · 0.85
TestInitTaskGroupFunction · 0.85
TestAddTaskFunction · 0.85
TestPopTaskFunction · 0.85

Calls 1

KeyFunction · 0.85

Tested by 3

TestInitTaskGroupFunction · 0.68
TestAddTaskFunction · 0.68
TestPopTaskFunction · 0.68