Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bearlyai/OpenADE
/ RuntimeModule
Interface
RuntimeModule
projects/runtime/src/server.ts:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
export
interface
RuntimeModule {
58
name: string
59
register(server: RuntimeServer): void
60
}
61
62
export
type
RuntimeParamsValidator = (params: unknown) => RuntimeValidationResult<unknown>
63
Callers
8
register
Function · 0.65
manageWindowsAutoHide
Function · 0.65
attachRuntimeSocketServer
Function · 0.65
registerTrustedHostMethods
Function · 0.65
runtimeNodeServer.integration.test.ts
File · 0.65
runtimeProtocol.test.ts
File · 0.65
harness.ts
File · 0.65
cross-harness.integration.test.ts
File · 0.65
Implementers
3
HarnessRegistry
projects/harness/src/registry.ts
RuntimeSupervisor
projects/runtime/src/supervisor.ts
RuntimeServer
projects/runtime/src/server.ts
Calls
no outgoing calls
Tested by
no test coverage detected