MCPcopy Index your code
hub / github.com/getagentseal/codeburn / getProxyPathsConfigHash

Function getProxyPathsConfigHash

src/models.ts:570–573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

568/// cache, so the cache key must vary with it — otherwise a long-lived process
569/// (menubar) that re-reads config could serve attribution from a stale set.
570export function getProxyPathsConfigHash(): string {
571 if (userProxyPaths.length === 0) return ''
572 return [...userProxyPaths].sort().join('')
573}
574
575function resolveAlias(model: string): string {
576 if (Object.hasOwn(userAliases, model)) return userAliases[model]!

Callers 2

cacheKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected