MCPcopy Create free account
hub / github.com/entireio/git-sync / protocolString

Function protocolString

internalbridge/config.go:124–129  ·  view source on GitHub ↗
(mode ProtocolMode)

Source from the content-addressed store, hash-verified

122}
123
124func protocolString(mode ProtocolMode) string {
125 if mode == "" {
126 return string(ProtocolAuto)
127 }
128 return string(mode)
129}
130
131func operationModeString(mode OperationMode) string {
132 if mode == "" {

Callers 2

ProbeConfigFunction · 0.70
SyncConfigFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected