(ns: string)
| 114 | |
| 115 | const basePartitionKey = config?.partitionValue() ?? "primary" |
| 116 | const nsPrefix = (ns: string) => ns === "primary" ? "" : `${ns}::` |
| 117 | const nsPartitionValue = (ns: string, e?: Encoded) => { |
| 118 | const base = config?.partitionValue(e) ?? "primary" |
| 119 | return `${nsPrefix(ns)}${base}` |
no outgoing calls
no test coverage detected
searching dependent graphs…