MCPcopy Create free account
hub / github.com/chieapp/chie / deserialize

Method deserialize

src/model/web-service.ts:151–151  ·  view source on GitHub ↗
(config: object)

Source from the content-addressed store, hash-verified

149export interface WebServiceType<T extends WebAPI = WebAPI> {
150 new (options: WebServiceOptions<T>): WebService<T>;
151 deserialize(config: object): WebServiceOptions<T>;
152}

Callers 11

deserializeMethod · 0.65
deserializeMethod · 0.65
deserializeMethod · 0.65
deserializeMethod · 0.65
deserializeFunction · 0.65
deserializeMethod · 0.65

Implementers 11

APIManagersrc/controller/api-manager.ts
AutoUpdatersrc/controller/auto-updater.ts
AssistantManagersrc/controller/assistant-manager.ts
WindowManagersrc/controller/window-manager.ts
Appsrc/controller/app.ts
ExtensionManagersrc/controller/extension-manager.ts
ConfigStoresrc/model/config-store.ts
APICredentialsrc/model/api-credential.ts
BaseMultiChatsServicesrc/model/base-multi-chats-service.ts
WindowStoresrc/model/window-store.ts
WebServicesrc/model/web-service.ts

Calls

no outgoing calls

Tested by

no test coverage detected