Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/react-static/react-static
/ setIgnorePath
Function
setIgnorePath
packages/react-static/src/utils/binHelper.js:138–140 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
136
137
module.exports = {
138
setIgnorePath(path) {
139
ignorePath = path ?
new
RegExp(escapeRegExp(path)) : undefined
140
},
141
}
Callers
2
exportRoutes.threaded.js
File · 0.85
exportRoutes.sync.js
File · 0.85
Calls
1
escapeRegExp
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…