MCPcopy Create free account
hub / github.com/Crain99/cc-reverse / ArrayExpression

Function ArrayExpression

src/core/codeAnalyzer.js:38–47  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

36 }
37 },
38
39 /**
40 * 仅提取模块(不写盘),供测试与工具使用
41 * @param {string} code
42 * @param {object} [options]
43 */
44 extractModules(code, options = {}) {
45 return extractModulesOnly(code, options);
46 },
47};
48
49module.exports = { codeAnalyzer };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected