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

TypeAlias DatabaseID

proto/proto.go:166–166  ·  view source on GitHub ↗

DatabaseID is database name, will be generated from UUID.

Source from the content-addressed store, hash-verified

164
165// DatabaseID is database name, will be generated from UUID.
166type DatabaseID string
167
168// AccountAddress converts DatabaseID to AccountAddress.
169func (d *DatabaseID) AccountAddress() (a AccountAddress, err error) {

Callers 15

TestChainFunction · 0.92
TestMetaStateFunction · 0.92
newConnFunction · 0.92
WaitDBCreationFunction · 0.92
startTestServiceFunction · 0.92
TestCreateFunction · 0.92
TestRunPeerListUpdaterFunction · 0.92
TestRequest_SignFunction · 0.92
TestResponse_SignFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected