MCPcopy
hub / github.com/feathersjs/feathers / service

Method service

packages/feathers/src/declarations.ts:292–292  ·  view source on GitHub ↗

* Get the Feathers service instance for a path. This will * be the service originally registered with Feathers functionality * like hooks and events added. * * @param path The name of the service.

(
    path: L
  )

Source from the content-addressed store, hash-verified

290 * @param path The name of the service.
291 */
292 service<L extends keyof Services & string>(
293 path: L
294 ): FeathersService<this, keyof any extends keyof Services ? Service : Services[L]>
295

Callers 15

fixture.tsFile · 0.65
superagent.test.tsFile · 0.65
index.test.tsFile · 0.65
fetch.test.tsFile · 0.65
axios.test.tsFile · 0.65
server.tsFile · 0.65
index.test.tsFile · 0.65
testFunction · 0.65
index.test.tsFile · 0.65
service.test.tsFile · 0.65
jwt.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 3

testFunction · 0.52
myHookFunction · 0.52
findFunction · 0.52