MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / excludeObjectExpressions

Function excludeObjectExpressions

apps/baseai.dev/src/mdx/search.mjs:24–26  ·  view source on GitHub ↗
(tree)

Source from the content-addressed store, hash-verified

22}
23
24function excludeObjectExpressions(tree) {
25 return filter(tree, (node) => !isObjectExpression(node))
26}
27
28function extractSections() {
29 return (tree, { sections }) => {

Callers 1

extractSectionsFunction · 0.85

Calls 1

isObjectExpressionFunction · 0.85

Tested by

no test coverage detected