Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ hasIllustrations
Function
hasIllustrations
scripts/check-seo-metadata.cjs:67–69 ·
view source on GitHub ↗
(content)
Source
from the content-addressed store, hash-verified
65
}
66
67
function
hasIllustrations(content) {
68
return
IMAGE_PATTERN.test(content);
69
}
70
71
const
files = findMdxFiles(DOCS_DIR);
72
const
errors = [];
Callers
1
check-seo-metadata.cjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected