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

Function makeProtoString

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

Source from the content-addressed store, hash-verified

493}
494
495func makeProtoString(t *testing.T, s string) string {
496 t.Helper()
497 m := makeProto(t, s)
498 return test.Must(MarshalProto(m))
499}
500
501func TestProtoDeduplicator(t *testing.T) {
502 a, ctx := test.New(t)

Callers 2

TestProtoDeduplicatorFunction · 0.85

Calls 3

MustFunction · 0.92
makeProtoFunction · 0.85
MarshalProtoFunction · 0.85

Tested by

no test coverage detected