MCPcopy Index your code
hub / github.com/cloudgraphdev/cli / getDefaultStorageEngineConnectionConfig

Function getDefaultStorageEngineConnectionConfig

src/utils/index.ts:191–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189
190export const getDefaultStorageEngineConnectionConfig =
191 (): typeof DEFAULT_CONFIG => DEFAULT_CONFIG
192
193export const getDefaultEndpoint = (): string =>
194 `${DEFAULT_CONFIG.scheme}://${DEFAULT_CONFIG.host}:${DEFAULT_CONFIG.port}`

Callers 2

getConnectionSettingsFunction · 0.90
startDGraphContainerMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected