MCPcopy Create free account
hub / github.com/clientdb/clientdb / has

Function has

core/utils/deepMap.ts:76–80  ·  view source on GitHub ↗
(path: unknown[])

Source from the content-addressed store, hash-verified

74 }
75
76 function has(path: unknown[]) {
77 const targetMap = getFinalTargetMap(path);
78
79 return targetMap.has(targetSymbol);
80 }
81
82 function set(path: unknown[], value: V) {
83 const targetMap = getFinalTargetMap(path);

Callers

nothing calls this directly

Calls 1

getFinalTargetMapFunction · 0.85

Tested by

no test coverage detected