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

Method binsert

src/core/Core.d.ts:18–18  ·  view source on GitHub ↗

* Binary insert into array * @param arr - target array * @param inserted - element to be inserted * @param how - comparison function

(arr:Array<any>, inserted:any, how:Function)

Source from the content-addressed store, hash-verified

16 * @param how - comparison function
17 */
18 binsert(arr:Array<any>, inserted:any, how:Function):number;
19 /**
20 * Binary loose search
21 * @param arr - array to look in

Callers 2

CommentManager.jsFile · 0.80
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected