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

Function createEngine

packages/engine-server/src/enginev2.ts:869–872  ·  view source on GitHub ↗
({ wsRoot }: WorkspaceOpts)

Source from the content-addressed store, hash-verified

867}
868
869export const createEngine = ({ wsRoot }: WorkspaceOpts) => {
870 const engine = DendronEngineV2.create({ wsRoot });
871 return engine as DEngineClient;
872};

Callers 1

runEngineTestV5Function · 0.90

Calls 1

createMethod · 0.65

Tested by

no test coverage detected