MCPcopy Create free account
hub / github.com/ember-learn/ember-api-docs / treeForPublic

Function treeForPublic

lib/api-docs-data/index.js:12–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 },
11
12 treeForPublic() {
13 return new Funnel('ember-api-docs-data', {
14 include: ['**/json-docs/**', '**/rev-index/**'],
15 });
16 },
17};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected