Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ delete
Method
delete
test/data/graphql/models.js:25–27 ·
view source on GitHub ↗
(id)
Source
from the content-addressed store, hash-verified
23
}
24
25
delete(id) {
26
return
this.api.delete(`/users/${id}`).then(() => id);
27
}
28
}
29
30
export
const
userModel =
new
User();
Callers
5
setupRoutes
Method · 0.80
_passed
Method · 0.80
saveVideoForPage
Function · 0.80
deleteUser
Function · 0.80
server.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected