MCPcopy Create free account
hub / github.com/MemTensor/MemOS / start

Method start

apps/memos-local-plugin/core/hub/runtime.ts:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40export interface HubRuntime {
41 start(): Promise<void>;
42 stop(): Promise<void>;
43 adminSnapshot(): Promise<HubAdminPayload>;
44 approveUser(userId: string): Promise<{ ok: boolean; token?: string }>;

Callers 15

startServiceCoreFunction · 0.65
hub-server.test.tsFile · 0.65
startMethod · 0.65
createPipelineFunction · 0.65
ensureHubRuntimeStartedFunction · 0.65

Implementers 1

DefaultHubRuntimeapps/memos-local-plugin/core/hub/runti

Calls

no outgoing calls

Tested by 12

setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52
setUpMethod · 0.52