MCPcopy
hub / github.com/codeaashu/claude-code / getMaxVersionConfig

Function getMaxVersionConfig

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

Source from the content-addressed store, hash-verified

126}
127
128async function getMaxVersionConfig(): Promise<MaxVersionConfig> {
129 try {
130 return await getDynamicConfig_BLOCKS_ON_INIT<MaxVersionConfig>(
131 'tengu_max_version_config',
132 {},
133 )
134 } catch (error) {
135 logError(error as Error)
136 return {}
137 }
138}
139
140/**
141 * 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