MCPcopy Index your code
hub / github.com/DeepNotesApp/DeepNotes / getFullKey

Function getFullKey

packages/@stdlib/misc/src/data.ts:1–7  ·  view source on GitHub ↗
(
  prefix: string,
  suffix: string,
  field: string,
)

Source from the content-addressed store, hash-verified

1export function getFullKey(
2 prefix: string,
3 suffix: string,
4 field: string,
5): string {
6 return `${prefix}:${suffix}>${field}`;
7}

Callers 11

mhgetCoalesceMethod · 0.90
hgetMethod · 0.90
hsetMethod · 0.90
isSyncedMethod · 0.90
mhgetCoalesceAsyncMethod · 0.90
hgetAsyncMethod · 0.90
hgetMethod · 0.90
_subscribeMethod · 0.90
unsubscribeMethod · 0.90
_handleSubscribeMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected