MCPcopy Index your code
hub / github.com/YMFE/yapi / exportFullData

Method exportFullData

exts/yapi-plugin-gen-services/controller.js:73–75  ·  view source on GitHub ↗
(ctx)

Source from the content-addressed store, hash-verified

71 // @feat: serives
72
73 async exportFullData (ctx) {
74 return this.exportData(ctx, 'full-path');
75 }
76
77 async exportData(ctx, fullPath) {
78 let pid = ctx.request.query.pid;

Callers

nothing calls this directly

Calls 1

exportDataMethod · 0.95

Tested by

no test coverage detected