MCPcopy Index your code
hub / github.com/markdoc/markdoc / start

Function start

src/parser.test.ts:180–180  ·  view source on GitHub ↗
(list)

Source from the content-addressed store, hash-verified

178 `);
179
180 const start = (list) => list.children[0].attributes.start;
181
182 expect(start(unordered)).toEqual(undefined);
183 expect(start(numbered)).toEqual(3);

Callers 1

parser.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…