MCPcopy
hub / github.com/docsifyjs/docsify / parse

Method parse

test/unit/router-history-base.test.js:4–6  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

2
3class MockHistory extends History {
4 parse(path) {
5 return { path };
6 }
7}
8
9// Suite

Callers 1

docsifyInitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected