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