Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ braceExpand
Method
braceExpand
deps/minimatch/index.js:1730–1732 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1728
}
1729
}
1730
braceExpand() {
1731
return
(0, exports.braceExpand)(this.pattern, this.options);
1732
}
1733
parse(pattern) {
1734
(0, assert_valid_pattern_js_1.assertValidPattern)(pattern);
1735
const
options = this.options;
Callers
2
defaults
Function · 0.80
make
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected