MCPcopy
hub / github.com/thinkjs/thinkjs / service

Function service

lib/extend/context.js:295–297  ·  view source on GitHub ↗

* get service * @param {String} name * @param {String} m

(...args)

Source from the content-addressed store, hash-verified

293 * @param {String} m
294 */
295 service(...args) {
296 return think.service(...args);
297 },
298 /**
299 * download
300 * @param {String} filepath

Callers

nothing calls this directly

Calls 1

serviceMethod · 0.65

Tested by

no test coverage detected