MCPcopy Create free account
hub / github.com/PaperDebugger/paperdebugger / getAdapter

Function getAdapter

webapp/_webapp/src/views/office/registry.ts:10–12  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

8 * Get a registered adapter by id (for use by the Office app component).
9 */
10export function getAdapter(id: string): DocumentAdapter | undefined {
11 return adapterRegistry.get(id);
12}
13
14/**
15 * Register an adapter instance that can be used by the Web Component.

Callers 1

PaperDebuggerFunction · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected