Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/experdot/pointer
/ initializeExportPlugins
Function
initializeExportPlugins
src/renderer/src/features/export/index.ts:20–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
* Call this once at app startup
19
*/
20
export
function
initializeExportPlugins(): void {
21
registerSourcePlugins()
22
registerFormatPlugins()
23
registerPreviewerPlugins()
24
registerEditorPlugins()
25
}
Callers
1
App.tsx
File · 0.90
Calls
4
registerSourcePlugins
Function · 0.90
registerFormatPlugins
Function · 0.90
registerPreviewerPlugins
Function · 0.90
registerEditorPlugins
Function · 0.90
Tested by
no test coverage detected