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

Function createTableServerForTest

tests/table/utils/table.entity.test.utils.ts:42–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 * @return {*} {TableServer}
41 */
42export function createTableServerForTest(): TableServer {
43 return new TableTestServerFactory().createServer({
44 metadataDBPath: metadataDbPath,
45 enableDebugLog: enableDebugLog,
46 debugLogFilePath: debugLogPath,
47 loose: false,
48 skipApiVersionCheck: false,
49 https: false
50 });
51}
52
53export function createTableServerForTestHttps(): TableServer {
54 return new TableTestServerFactory().createServer({

Calls 1

createServerMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…