MCPcopy
hub / github.com/soketi/soketi / getNamespace

Method getNamespace

src/adapters/adapter.ts:45–47  ·  view source on GitHub ↗

* Get the app namespace.

(appId: string)

Source from the content-addressed store, hash-verified

43 * Get the app namespace.
44 */
45 getNamespace(appId: string): Namespace {
46 return this.driver.getNamespace(appId);
47 }
48
49 /**
50 * Get all namespaces.

Callers

nothing calls this directly

Calls 1

getNamespaceMethod · 0.65

Tested by

no test coverage detected