MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / String

Method String

route/acl.go:135–193  ·  view source on GitHub ↗

String returns the RemoteFunc string.

()

Source from the content-addressed store, hash-verified

133
134// String returns the RemoteFunc string.
135func (s RemoteFunc) String() string {
136 switch s {
137 case DHTPing:
138 return "DHT.Ping"
139 case DHTFindNeighbor:
140 return "DHT.FindNeighbor"
141 case DHTFindNode:
142 return "DHT.FindNode"
143 case DHTGSetNode:
144 return "DHTG.SetNode"
145 case MetricUploadMetrics:
146 return "Metric.UploadMetrics"
147 case DBSQuery:
148 return "DBS.Query"
149 case DBSAck:
150 return "DBS.Ack"
151 case DBSDeploy:
152 return "DBS.Deploy"
153 case DBSObserverFetchBlock:
154 return "DBS.ObserverFetchBlock"
155 case DBCCall:
156 return "DBC.Call"
157 case SQLCAdviseNewBlock:
158 return "SQLC.AdviseNewBlock"
159 case SQLCFetchBlock:
160 return "SQLC.FetchBlock"
161 case SQLCSignBilling:
162 return "SQLC.SignBilling"
163 case SQLCLaunchBilling:
164 return "SQLC.LaunchBilling"
165 case MCCAdviseNewBlock:
166 return "MCC.AdviseNewBlock"
167 case MCCAdviseTxBilling:
168 return "MCC.AdviseTxBilling"
169 case MCCAdviseBillingRequest:
170 return "MCC.AdviseBillingRequest"
171 case MCCFetchBlock:
172 return "MCC.FetchBlock"
173 case MCCFetchBlockByCount:
174 return "MCC.FetchBlockByCount"
175 case MCCFetchLastIrreversibleBlock:
176 return "MCC.FetchLastIrreversibleBlock"
177 case MCCFetchTxBilling:
178 return "MCC.FetchTxBilling"
179 case MCCNextAccountNonce:
180 return "MCC.NextAccountNonce"
181 case MCCAddTx:
182 return "MCC.AddTx"
183 case MCCQuerySQLChainProfile:
184 return "MCC.QuerySQLChainProfile"
185 case MCCQueryAccountTokenBalance:
186 return "MCC.QueryAccountTokenBalance"
187 case MCCQueryTxState:
188 return "MCC.QueryTxState"
189 case MCCQueryAccountSQLChainProfiles:
190 return "MCC.QueryAccountSQLChainProfiles"
191 }
192 return "Unknown"

Callers 15

chain_test.goFile · 0.45
TestMultiChainFunction · 0.45
createTestPeersFunction · 0.45
NewChainWithContextFunction · 0.45
pushBlockMethod · 0.45
pushAckedQueryMethod · 0.45
produceBlockMethod · 0.45
syncHeadMethod · 0.45
processBlocksMethod · 0.45
CheckAndPushNewBlockMethod · 0.45
billingMethod · 0.45

Calls

no outgoing calls

Tested by 15

TestMultiChainFunction · 0.36
createTestPeersFunction · 0.36
waitForMirrorCompleteFunction · 0.36
getJSONFunction · 0.36
TestFullProcessFunction · 0.36
requestNonceFunction · 0.36
waitProfileCheckingFunction · 0.36
TestStorageFunction · 0.36
createNodesWithPublicKeyFunction · 0.36
setupMuxParallelFunction · 0.36
TestNewBusServiceFunction · 0.36