MCPcopy Create free account
hub / github.com/blacksmithgu/datacore / includes

Method includes

src/api/data-array.ts:58–58  ·  view source on GitHub ↗

Returns true if the array contains the given element, and false otherwise.

(element: T)

Source from the content-addressed store, hash-verified

56 findIndex(pred: ArrayFunc<T, boolean>, fromIndex?: number): number;
57 /** Returns true if the array contains the given element, and false otherwise. */
58 includes(element: T): boolean;
59
60 /**
61 * Return a string obtained by converting each element in the array to a string, and joining it with the

Callers 10

getFileNameFunction · 0.65
getFileTitleFunction · 0.65
getExtensionFunction · 0.65
extractSubtagsFunction · 0.65
asyncEvalInContextFunction · 0.65
iterateInlineFieldsFunction · 0.65
findSpecificInlineFieldFunction · 0.65
selfMethod · 0.65
functions.tsFile · 0.65
inferMethod · 0.65

Implementers 1

DataArrayImplsrc/api/data-array.ts

Calls

no outgoing calls

Tested by

no test coverage detected