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

Function createTableServerForTestHttps

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

Source from the content-addressed store, hash-verified

51}
52
53export function createTableServerForTestHttps(): TableServer {
54 return new TableTestServerFactory().createServer({
55 metadataDBPath: metadataDbPath,
56 enableDebugLog: enableDebugLog,
57 debugLogFilePath: debugLogPath,
58 loose: false,
59 skipApiVersionCheck: true,
60 https: true
61 });
62}
63
64/**
65 * Creates a copy of the legacy schema database to use in tests

Calls 1

createServerMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…