MCPcopy
hub / github.com/KartikTalwar/gmail.js / bound

Method bound

src/gmail.d.ts:842–842  ·  view source on GitHub ↗

Checks if a specified action & type has anything bound to it If type is null, will check for this action bound on any type If action is null, will check for any actions bound to a type

(action: GmailBindAction, type: GmailBindType)

Source from the content-addressed store, hash-verified

840 If action is null, will check for any actions bound to a type
841 */
842 bound(action: GmailBindAction, type: GmailBindType): boolean;
843 /**
844 Clear all callbacks for a specific type (before, on, after, dom) and action
845 If action is null, all actions will be cleared

Callers 1

GmailFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected