MCPcopy
hub / github.com/thinkjs/thinkjs / query

Method query

index.d.ts:324–324  ·  view source on GitHub ↗

* get or set param * * @memberOf Controller

(name?: string, value?: any)

Source from the content-addressed store, hash-verified

322 * @memberOf Controller
323 */
324 query(name?: string, value?: any): any;
325
326 /**
327 * get post data

Callers 1

controller.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected