MCPcopy Create free account
hub / github.com/FlashpointProject/launcher / getDefaultConfigData

Function getDefaultConfigData

src/shared/config/util.ts:51–53  ·  view source on GitHub ↗
(platform: NodeJS.Platform)

Source from the content-addressed store, hash-verified

49 * @param platform Platform to get the defaults for.
50 */
51export function getDefaultConfigData(platform: NodeJS.Platform): AppConfigData {
52 return configDataDefaults[platform] || configDataDefaultBase;
53}
54
55/**
56 * Overwrite a config data object with data from another object.

Callers 4

readOrCreateFileFunction · 0.90
readOrCreateFileSyncFunction · 0.90
parseFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected