MCPcopy Create free account
hub / github.com/rollup/plugins / extractAssignedNames

Function extractAssignedNames

packages/pluginutils/src/extractAssignedNames.ts:48–53  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

46};
47
48const extractAssignedNames: ExtractAssignedNames = function extractAssignedNames(param) {
49 const names: string[] = [];
50
51 extractors[param.type](names, param);
52 return names;
53};
54
55export { extractAssignedNames as default };

Callers 4

enterFunction · 0.90
constructorMethod · 0.85
addDeclarationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected