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

Function createTableServerForTestOAuth

tests/table/utils/table.entity.test.utils.ts:81–91  ·  view source on GitHub ↗
(oauth?: string)

Source from the content-addressed store, hash-verified

79}
80
81export function createTableServerForTestOAuth(oauth?: string): TableServer {
82 return new TableTestServerFactory().createServer({
83 metadataDBPath: metadataDbPath,
84 enableDebugLog: enableDebugLog,
85 debugLogFilePath: debugLogPath,
86 loose: false,
87 skipApiVersionCheck: true,
88 https: false,
89 oauth: oauth
90 });
91}
92
93/**
94 * Provides the connection string to connect to the Azurite table server

Callers 1

sas.test.tsFile · 0.90

Calls 1

createServerMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…