MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / hangUp

Method hangUp

scripts/libs/js-hook/index.js:521–523  ·  view source on GitHub ↗
(obj, hookMethods, fn, classHook, context, proxyHandler)

Source from the content-addressed store, hash-verified

519 In principle, other logic is no longer executed.
520 If To perform other logic please use replace hook */
521 hangUp (obj, hookMethods, fn, classHook, context, proxyHandler) {
522 return this.hook(obj, hookMethods, fn, 'hangUp', classHook, context, proxyHandler)
523 }
524}
525
526export default new HookJs()

Callers

nothing calls this directly

Calls 1

hookMethod · 0.95

Tested by

no test coverage detected