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

Method mhget

apps/client/src/code/realtime/client.ts:113–122  ·  view source on GitHub ↗
(
        items: [DataPrefix, string, string][],
        params?: { subscribe?: boolean; ctx?: RealtimeContext },
      )

Source from the content-addressed store, hash-verified

111 }
112 }
113 async mhget(
114 items: [DataPrefix, string, string][],
115 params?: { subscribe?: boolean; ctx?: RealtimeContext },
116 ) {
117 return await Promise.all(
118 items.map(([prefix, suffix, field]) =>
119 this.hget(prefix as any, suffix, field, params),
120 ),
121 );
122 }
123 async hmget<
124 DataPrefix_ extends DataPrefix,
125 DataField extends Extract<

Callers 5

changeUserRoleStep1Function · 0.45
removeUserStep1Function · 0.45
cancelStep1Function · 0.45
moveStep2Function · 0.45
createFunction · 0.45

Calls 1

hgetMethod · 0.45

Tested by

no test coverage detected