MCPcopy 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
157function isMetaFile(name) {
158 return /^meta(\.en)?\.json$/.test(name);
159}
160
161function isIndexFile(name) {
162 return /^index(\.en)?\.mdx?$/i.test(name);

Callers 2

collectExpectedSlugsFunction · 0.85
checkMetaCoverageFunction · 0.85

Calls 1

testMethod · 0.80

Tested by

no test coverage detected