Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
693
function
hasExplicitValue(value: unknown): boolean {
694
return
Boolean(value && String(value).trim())
695
}
696
697
async
function
dedupeRoots(roots: string[]): Promise<string[]> {
698
const
seen =
new
Set<string>()
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected