Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
function
excludeObjectExpressions(tree) {
25
return
filter(tree, (node) => !isObjectExpression(node))
26
}
27
28
function
extractSections() {
29
return
(tree, { sections }) => {
Callers
1
extractSections
Function · 0.85
Calls
1
isObjectExpression
Function · 0.85
Tested by
no test coverage detected