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

Method GetTenantId

pkg/ttnpb/identifiers.pb.go:742–747  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

740}
741
742func (x *NetworkIdentifiers) GetTenantId() string {
743 if x != nil {
744 return x.TenantId
745 }
746 return ""
747}
748
749func (x *NetworkIdentifiers) GetClusterId() string {
750 if x != nil {

Callers 5

ValidateFieldsMethod · 0.95
listNetworksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected