MCPcopy Create free account
hub / github.com/Noumena-Network/code / isDeferredToolsDeltaEnabled

Function isDeferredToolsDeltaEnabled

src/utils/toolSearch.ts:631–636  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

629 * header prepend (the attachment does not fire).
630 */
631export function isDeferredToolsDeltaEnabled(): boolean {
632 return (
633 isInternalBuild() ||
634 getFeatureValue_CACHED_MAY_BE_STALE('ncode_glacier_2xr', false)
635 )
636}
637
638/**
639 * Diff the current deferred-tool pool against what's already been

Callers 2

queryModelFunction · 0.85

Calls 2

isInternalBuildFunction · 0.85

Tested by

no test coverage detected