MCPcopy
hub / github.com/Place1/wg-access-server / getOwner

Method getOwner

website/src/sdk/devices_pb.ts:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176 }
177
178 getOwner(): string {
179 return jspb.Message.getFieldWithDefault(this, 2, "");
180 }
181
182 setOwner(value: string): void {
183 (jspb.Message as any).setProto3StringField(this, 2, value);

Callers 3

toObjectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected