MCPcopy
hub / github.com/marktext/marktext / parse

Method parse

packages/desktop/src/types/global.d.ts:130–130  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

128 isAbsolute(path: string): boolean
129 normalize(path: string): string
130 parse(path: string): { root: string; dir: string; base: string; ext: string; name: string }
131 format(pathObject: {
132 root?: string
133 dir?: string

Callers 15

getHighlightHtmlFunction · 0.65
getClipBoardHtmlFunction · 0.65
rendererFunction · 0.65
renderDiagramMethod · 0.65
renderDiagramFunction · 0.65
deepCloneFunction · 0.65
index.tsFile · 0.65
PreferenceClass · 0.65
_restoreAllStateMethod · 0.65
readBufferStoreFileMethod · 0.65
parsePicgoOutputFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected