MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / TestStorageConfig

Function TestStorageConfig

config/config.go:1102–1106  ·  view source on GitHub ↗

TestStorageConfig returns storage configuration that can be used for testing.

()

Source from the content-addressed store, hash-verified

1100// TestStorageConfig returns storage configuration that can be used for
1101// testing.
1102func TestStorageConfig() *StorageConfig {
1103 return &StorageConfig{
1104 DiscardABCIResponses: false,
1105 }
1106}
1107
1108// -----------------------------------------------------------------------------
1109// TxIndexConfig

Callers 1

TestConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected