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

Function TestStateSyncConfig

config/config.go:828–830  ·  view source on GitHub ↗

TestFastSyncConfig returns a default configuration for the state sync service

()

Source from the content-addressed store, hash-verified

826
827// TestFastSyncConfig returns a default configuration for the state sync service
828func TestStateSyncConfig() *StateSyncConfig {
829 return DefaultStateSyncConfig()
830}
831
832// ValidateBasic performs basic validation.
833func (cfg *StateSyncConfig) ValidateBasic() error {

Callers 2

TestConfigFunction · 0.85

Calls 1

DefaultStateSyncConfigFunction · 0.85

Tested by

no test coverage detected