Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
export
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
startServiceCore
Function · 0.65
hub-eager-connect.test.ts
File · 0.65
incremental-sharing.test.ts
File · 0.65
viewer-search-params.test.ts
File · 0.65
viewer-sharing.test.ts
File · 0.65
client-connector.test.ts
File · 0.65
integration.test.ts
File · 0.65
plugin-impl-access.test.ts
File · 0.65
hub-server.test.ts
File · 0.65
start
Method · 0.65
createPipeline
Function · 0.65
ensureHubRuntimeStarted
Function · 0.65
Implementers
1
DefaultHubRuntime
apps/memos-local-plugin/core/hub/runti
Calls
no outgoing calls
Tested by
12
setUp
Method · 0.52
test_reader_exit_marks_pending_as_transport_closed
Method · 0.52
setUp
Method · 0.52
setUp
Method · 0.52
setUp
Method · 0.52
setUp
Method · 0.52
setUp
Method · 0.52
setUp
Method · 0.52
test_context_thread_propagation
Function · 0.52
test_context_thread_isolation
Function · 0.52
test_context_thread_error_with_context
Function · 0.52
test_concurrent_access_basic
Method · 0.52