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

Method createServer

src/common/IServerFactory.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3export default interface IServerFactory {
4 createServer(): Promise<ServerBase>;
5}

Callers 15

constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
exe.test.tsFile · 0.65
https.test.tsFile · 0.65
sas.test.tsFile · 0.65
oauth.test.tsFile · 0.65

Implementers 4

BlobServerFactorysrc/blob/BlobServerFactory.ts
BlobTestServerFactorytests/BlobTestServerFactory.ts
QueueTestServerFactorytests/queue/utils/QueueTestServerFacto
TableTestServerFactorytests/table/utils/TableTestServerFacto

Calls

no outgoing calls