MCPcopy
hub / github.com/benjamn/recast / each

Method each

lib/fast-path.ts:39–39  ·  view source on GitHub ↗
(callback: any, ...names: any[])

Source from the content-addressed store, hash-verified

37 getRootValue(): any;
38 call(callback: any, ...names: any[]): any;
39 each(callback: any, ...names: any[]): any;
40 map(callback: any, ...names: any[]): any;
41 hasParens(): any;
42 getPrevToken(node: any): any;

Callers 8

printCommentsFunction · 0.80
genericPrintNoParensFunction · 0.80
printDecoratorsFunction · 0.80
printStatementSequenceFunction · 0.80
printFunctionParamsFunction · 0.80
printExportDeclarationFunction · 0.80
printer.tsFile · 0.80
backbone.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected