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

Function stable

src/formatter.test.ts:93–95  ·  view source on GitHub ↗
(source, options?)

Source from the content-addressed store, hash-verified

91}
92
93function stable(source, options?) {
94 return check(source, source, options);
95}
96
97describe('Formatter', () => {
98 it('empty', () => {

Callers 1

formatter.test.tsFile · 0.85

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…