MCPcopy
hub / github.com/marimo-team/marimo / filter

Method filter

frontend/src/custom.d.ts:25–25  ·  view source on GitHub ↗
(predicate: BooleanConstructor)

Source from the content-addressed store, hash-verified

23// Improve type inference for Array.filter with BooleanConstructor
24interface Array<T> {
25 filter(predicate: BooleanConstructor): NonNullable<T>[];
26}

Callers 15

parseProvidersFunction · 0.65
filterModalitiesFunction · 0.65
shutdown.spec.tsFile · 0.65
cells.spec.tsFile · 0.65
titleCaseFunction · 0.65
GalleryPageFunction · 0.65
state.tsFile · 0.65
removeFileFunction · 0.65
ChatHistoryPopoverFunction · 0.65
groupChatsByDateFunction · 0.65
renderUserMessageFunction · 0.65

Calls

no outgoing calls

Tested by 8

handleSortFunction · 0.52
getAttachmentsMethod · 0.52
removeEventListenerMethod · 0.52
formatCodeWithHighlightsFunction · 0.52
getDuplicateKeymapsFunction · 0.52
filterOptionsFunction · 0.52