MCPcopy
hub / github.com/EveryInc/compound-engineering-plugin / hasExplicitValue

Function hasExplicitValue

src/commands/cleanup.ts:693–695  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

691}
692
693function hasExplicitValue(value: unknown): boolean {
694 return Boolean(value && String(value).trim())
695}
696
697async function dedupeRoots(roots: string[]): Promise<string[]> {
698 const seen = new Set<string>()

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected