Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/labring/FastGPT
/ isMetaFile
Function
isMetaFile
document/script/checkDocRefs.js:157–159 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
155
}
156
157
function
isMetaFile(name) {
158
return
/^meta(\.en)?\.json$/.test(name);
159
}
160
161
function
isIndexFile(name) {
162
return
/^index(\.en)?\.mdx?$/i.test(name);
Callers
2
collectExpectedSlugs
Function · 0.85
checkMetaCoverage
Function · 0.85
Calls
1
test
Method · 0.80
Tested by
no test coverage detected