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

Function makeProto

pkg/redis/redis_test.go:490–493  ·  view source on GitHub ↗
(t *testing.T, s string)

Source from the content-addressed store, hash-verified

488}
489
490func makeProto(t *testing.T, s string) proto.Message {
491 t.Helper()
492 return &ttnpb.APIKey{Id: s}
493}
494
495func makeProtoString(t *testing.T, s string) string {
496 t.Helper()

Callers 3

makeProtoStringFunction · 0.85
TestProtoDeduplicatorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected