Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tyroprogrammer/learn-react-app
/ isFileOfExtension
Function
isFileOfExtension
scripts/processMarkdown.js:60–62 ·
view source on GitHub ↗
(filename, extension)
Source
from the content-addressed store, hash-verified
58
}
59
60
function
isFileOfExtension(filename, extension) {
61
return
filename.split(
'.'
).slice(-1)[0] === extension;
62
}
63
64
checkBuildFolderExist();
65
cleanBuildFolder();
Callers
1
createJSFilesFromMarkdown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected