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

Function set

core/utils/deepMap.ts:82–86  ·  view source on GitHub ↗
(path: unknown[], value: V)

Source from the content-addressed store, hash-verified

80 }
81
82 function set(path: unknown[], value: V) {
83 const targetMap = getFinalTargetMap(path);
84
85 targetMap.set(targetSymbol, value);
86 }
87
88 function get(path: unknown[]) {
89 const targetMap = getFinalTargetMap(path);

Callers 1

createQueryFieldIndexFunction · 0.85

Calls 1

getFinalTargetMapFunction · 0.85

Tested by

no test coverage detected