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

Method Create

sqlchain/adapter/storage/storage.go:27–27  ·  view source on GitHub ↗

Create operation.

(nodeCnt int)

Source from the content-addressed store, hash-verified

25type Storage interface {
26 // Create operation.
27 Create(nodeCnt int) (dbID string, err error)
28 // Drop operation.
29 Drop(dbID string) (err error)
30 // Query for result.

Callers 7

TestLoadPrivateKeyFunction · 0.65
CreateDatabaseMethod · 0.65
CopyFileFunction · 0.65
RunCommandNBFunction · 0.65
StartProfileFunction · 0.65
DeployMethod · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by 1

TestLoadPrivateKeyFunction · 0.52