MCPcopy Create free account
hub / github.com/Make-md/makemd / contextEmbedStringFromContext

Function contextEmbedStringFromContext

src/shared/utils/makemd/embed.ts:36–36  ·  view source on GitHub ↗
(space: SpaceState, schema: string)

Source from the content-addressed store, hash-verified

34export const contextViewEmbedStringFromContext = (space: SpaceState, schema: string) => `![![${framePathForSpace(space, schema)}]]`
35
36export const contextEmbedStringFromContext = (space: SpaceState, schema: string) => `![![${contextPathForSpace(space, schema)}]]`
37

Callers 2

viewContextMenuFunction · 0.90
loadCommandsMethod · 0.90

Calls 1

contextPathForSpaceFunction · 0.85

Tested by

no test coverage detected