MCPcopy Create free account
hub / github.com/Permify/permify / callback

Function callback

sdk/javascript/rest/create_tenant.js:13–19  ·  view source on GitHub ↗
(error, response)

Source from the content-addressed store, hash-verified

11};
12
13const callback = (error, response) => {
14 if (error) {
15 console.error("Error:", error);
16 } else {
17 console.log(response);
18 }
19};
20
21tenantApi.tenantsCreate(body, callback);

Callers 15

writeFunction · 0.85
chmodFunction · 0.85
chownFunction · 0.85
closeFunction · 0.85
fchmodFunction · 0.85
fchownFunction · 0.85
fstatFunction · 0.85
fsyncFunction · 0.85
ftruncateFunction · 0.85
lchownFunction · 0.85
linkFunction · 0.85
lstatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected