MCPcopy Create free account
hub / github.com/DeepNotesApp/DeepNotes / mhget

Method mhget

apps/client/src/code/realtime/context.ts:71–75  ·  view source on GitHub ↗
(items: [DataPrefix, string, string][])

Source from the content-addressed store, hash-verified

69 }
70 }
71 mhget(items: [DataPrefix, string, string][]) {
72 return items.map(([prefix, suffix, field]) =>
73 this.hget(prefix as any, suffix, field),
74 );
75 }
76 hmget<
77 DataPrefix_ extends DataPrefix,
78 DataField extends Extract<

Callers

nothing calls this directly

Calls 1

hgetMethod · 0.45

Tested by

no test coverage detected