MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / protocol

Method protocol

out/cli.cjs:26075–26077  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26073 }
26074 }
26075 get protocol() {
26076 return this[INTERNAL2].protocol ?? (this.isSecureEndpoint() ? "https:" : "http:");
26077 }
26078 set protocol(v5) {
26079 if (this[INTERNAL2]) {
26080 this[INTERNAL2].protocol = v5;

Callers

nothing calls this directly

Calls 1

isSecureEndpointMethod · 0.80

Tested by

no test coverage detected