MCPcopy Create free account
hub / github.com/authzed/authzed-node / create

Method create

src/v1.ts:111–118  ·  view source on GitHub ↗
(
    endpoint: string,
    creds: grpc.ChannelCredentials,
    preconnect: PreconnectServices,
    options: grpc.ClientOptions | undefined,
  )

Source from the content-addressed store, hash-verified

109 }
110
111 static create(
112 endpoint: string,
113 creds: grpc.ChannelCredentials,
114 preconnect: PreconnectServices,
115 options: grpc.ClientOptions | undefined,
116 ) {
117 return new Proxy({} as any, new ZedClient(endpoint, creds, preconnect, options));
118 }
119
120 close = () => {
121 [

Callers 7

v1-promise.test.tsFile · 0.45
v1.test.tsFile · 0.45
full.test.tsFile · 0.45
createMethod · 0.45
example.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected