MCPcopy
hub / github.com/ag-grid/ag-grid / _errorOnce

Function _errorOnce

community-modules/core/src/utils/function.ts:24–26  ·  view source on GitHub ↗
(msg: string, ...args: any[])

Source from the content-addressed store, hash-verified

22 _doOnce(() => console.warn('AG Grid: ' + msg, ...args), msg + args?.join(''));
23}
24export function _errorOnce(msg: string, ...args: any[]) {
25 _doOnce(() => console.error('AG Grid: ' + msg, ...args), msg + args?.join(''));
26}
27
28export function _getFunctionName(funcConstructor: any) {
29 // for every other browser in the world

Callers 15

lookupRowNodeMethod · 0.90
setDatasourceMethod · 0.90
createGridFunction · 0.90
constructorMethod · 0.90
createMethod · 0.90
createBeansListMethod · 0.90
getAlignedGridApisMethod · 0.90
evaluateMethod · 0.90
runVersionChecksMethod · 0.90

Calls 1

_doOnceFunction · 0.85

Tested by

no test coverage detected