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

Function createConnectionStringForTest

tests/table/utils/table.entity.test.utils.ts:99–105  ·  view source on GitHub ↗
(dev: boolean)

Source from the content-addressed store, hash-verified

97 * @return {*} {string}
98 */
99export function createConnectionStringForTest(dev: boolean): string {
100 if (dev) {
101 return connectionString;
102 } else {
103 return process.env[AZURE_TABLE_STORAGE]!;
104 }
105}
106
107/**
108 * provides the base URL of Azurite or the service to create SaS

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…