MCPcopy
hub / github.com/learnhouse/learnhouse / delete

Method delete

apps/api/src/security/rbac/dependencies.py:238–239  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236
237 @staticmethod
238 def delete():
239 return require_write_access(AccessAction.DELETE, "course_uuid")
240
241 @staticmethod
242 def dashboard():

Callers 15

_invalidate_usage_cacheFunction · 0.45
delete_usergroup_by_idFunction · 0.45
verify_email_tokenFunction · 0.45
delete_user_by_idFunction · 0.45
delete_discussionFunction · 0.45
delete_commentFunction · 0.45
toggle_reactionFunction · 0.45

Calls 1

require_write_accessFunction · 0.85

Tested by

no test coverage detected