MCPcopy
hub / github.com/dendronhq/dendron / getExtension

Function getExtension

packages/plugin-core/src/workspace.ts:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 * Or preferably pass IDendronExtension to constructors of your classes.
103 * */
104export function getExtension(): DendronExtension {
105 return DendronExtension.instanceV2();
106}
107
108/**
109 * @deprecated: If need static access use ExtensionProvider.getEngine().

Callers 12

_activateFunction · 0.90
deactivateFunction · 0.90
executeMethod · 0.90
goToExternalLinkMethod · 0.90
executeMethod · 0.90
getSeedSvcFunction · 0.90
onWorkspaceOpenMethod · 0.90
getWorkspaceFolderFunction · 0.90
whenGlobalStateFunction · 0.85
getDWorkspaceFunction · 0.85
getEngineFunction · 0.85
contextMethod · 0.85

Calls 1

instanceV2Method · 0.80

Tested by

no test coverage detected