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

Function schemaVersionKey

cmd/ttn-lw-stack/commands/utils.go:130–132  ·  view source on GitHub ↗
(cl *ttnredis.Client)

Source from the content-addressed store, hash-verified

128}
129
130func schemaVersionKey(cl *ttnredis.Client) string {
131 return cl.Key("schema-version")
132}
133
134func recordSchemaVersion(cl *ttnredis.Client, version int) error {
135 logger.WithField("version", version).Info("Setting schema version")

Callers 2

recordSchemaVersionFunction · 0.85
getSchemaVersionFunction · 0.85

Calls 1

KeyMethod · 0.65

Tested by

no test coverage detected