MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getMaxVersionConfig

Function getMaxVersionConfig

src/utils/autoUpdater.ts:127–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

125}
126
127async function getMaxVersionConfig(): Promise<MaxVersionConfig> {
128 try {
129 return await getDynamicConfig_BLOCKS_ON_INIT<MaxVersionConfig>(
130 'tengu_max_version_config',
131 {},
132 )
133 } catch (error) {
134 logError(error as Error)
135 return {}
136 }
137}
138
139/**
140 * Checks if a target version should be skipped due to user's minimumVersion setting.

Callers 2

getMaxVersionFunction · 0.85
getMaxVersionMessageFunction · 0.85

Calls 1

logErrorFunction · 0.70

Tested by

no test coverage detected