MCPcopy Create free account
hub / github.com/ReversecLabs/C3 / interfaceType

Method interfaceType

Src/WebController/UI/src/c3.ts:86–95  ·  view source on GitHub ↗
(c3Channel: C3Node)

Source from the content-addressed store, hash-verified

84 }
85
86 public interfaceType(c3Channel: C3Node): string {
87 if (!!c3Channel.isReturnChannel) {
88 return 'Return Channel';
89 }
90 if (!!c3Channel.isNegotiationChannel) {
91 return 'Negotiation Channel';
92 }
93
94 return '';
95 }
96
97 get gateway() {
98 if (this.getGateway === undefined) {

Callers 2

YFunction · 0.80
_rFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected