MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / bind

Method bind

src/core/CommentFactory.ts:123–125  ·  view source on GitHub ↗
(mode:number, factory:Function)

Source from the content-addressed store, hash-verified

121 }
122
123 public bind (mode:number, factory:Function):void {
124 this._bindings[mode] = factory;
125 }
126
127 public canCreate (comment:Object):boolean {
128 // Tests if a certain binding is available

Callers 6

defaultFactoryMethod · 0.95
CommentProvider.jsFile · 0.80
CommentManager.jsFile · 0.80
constructorMethod · 0.80
_bindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected