MCPcopy Create free account
hub / github.com/experdot/pointer / getFormat

Method getFormat

src/renderer/src/features/export/ExportManager.ts:82–84  ·  view source on GitHub ↗

* Get a format plugin by type

(type: FormatType)

Source from the content-addressed store, hash-verified

80 * Get a format plugin by type
81 */
82 getFormat(type: FormatType): FormatPlugin | undefined {
83 return this.formats.get(type)
84 }
85
86 /**
87 * Get all registered format plugins

Callers 2

convertContentMethod · 0.95
exportStore.tsFile · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected