MCPcopy Create free account
hub / github.com/Azure/Azurite / createUniquePartitionKey

Function createUniquePartitionKey

tests/table/utils/table.entity.test.utils.ts:143–148  ·  view source on GitHub ↗
(name?: string | undefined)

Source from the content-addressed store, hash-verified

141 * @return {*} {string}
142 */
143export function createUniquePartitionKey(name?: string | undefined): string {
144 if (name === undefined) {
145 return getUniqueName("datatablestests");
146 }
147 return getUniqueName(name);
148}
149
150/**
151 * creates an Azure Data Tables client for local or service tests

Calls 1

getUniqueNameFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…