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

Method printGenerically

lib/printer.ts:60–60  ·  view source on GitHub ↗
(ast: any)

Source from the content-addressed store, hash-verified

58interface PrinterType {
59 print(ast: any): PrintResultType;
60 printGenerically(ast: any): PrintResultType;
61}
62
63interface PrinterConstructor {

Callers 11

prettyPrintFunction · 0.80
checkFunction · 0.80
checkFunction · 0.80
parens.tsFile · 0.80
checkFunction · 0.80
checkFunction · 0.80
checkFunction · 0.80
checkFunction · 0.80
checkFunction · 0.80
ecmascript.tsFile · 0.80
printer.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected