MCPcopy
hub / github.com/openai/plugins / print

Function print

plugins/shopify/skills/shopify-admin/scripts/validate.mjs:3920–3922  ·  view source on GitHub ↗
(ast)

Source from the content-addressed store, hash-verified

3918 var _printString = require_printString();
3919 var _visitor = require_visitor();
3920 function print(ast) {
3921 return (0, _visitor.visit)(ast, printDocASTReducer);
3922 }
3923 var MAX_LINE_LENGTH = 80;
3924 var printDocASTReducer = {
3925 Name: {

Callers 15

mainFunction · 0.50
print_topFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
jql_builder.pyFile · 0.50
mainFunction · 0.50
sentry_api.pyFile · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50
make_repo_rank_inputFunction · 0.50
make_diff_rank_inputFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected