MCPcopy
hub / github.com/codeceptjs/CodeceptJS / find

Method find

test/data/graphql/models.js:17–19  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

15 }
16
17 find(id) {
18 return this.api.get(`/users/${id}`).then(res => res.data);
19 }
20
21 create(data) {
22 return this.api.post('/users', data).then(res => res.data);

Callers 14

within_test.jsFile · 0.45
userFunction · 0.45
locator_test.jsFile · 0.45
bdd_test.jsFile · 0.45
getRetryIndexFunction · 0.45
server.jsFile · 0.45
Playwright_test.jsFile · 0.45

Calls 1

getMethod · 0.80

Tested by

no test coverage detected