MCPcopy Index your code
hub / github.com/itwanger/toBeBetterJavaer / createTargets

Function createTargets

scripts/sync-sidebar.js:110–121  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

108}
109
110function createTargets(options) {
111 if (options.route) {
112 return [
113 {
114 route: options.route,
115 dir: options.dir,
116 fallbackGroup: options.fallbackGroup,
117 },
118 ];
119 }
120 return DEFAULT_TARGETS;
121}
122
123function main() {
124 try {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected